Skip to content

Commit

Permalink
Change action
Browse files Browse the repository at this point in the history
  • Loading branch information
Radiicall committed Nov 18, 2024
1 parent ae4da39 commit 1311f1a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
push:
branches: [ "main" ]
# Publish semver tags as releases.
tags: [ 'v*.*.*' ]
tags: [ 'v*.*' ]
pull_request:
branches: [ "main" ]

Expand Down Expand Up @@ -45,9 +45,6 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Install deps
run: sudo apt update && sudo apt install -y p7zip-full wget

- name: Download server release
run: wget https://s3.r5reloaded.com/dedicated_builds/server_v2.5_r5_745024d1.7z -O server.7z

Expand Down

0 comments on commit 1311f1a

Please sign in to comment.