Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hobsRKM authored Apr 20, 2024
1 parent ba2a1d7 commit e465923
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,4 @@ jobs:
# Download artifact from URL
- name: Download artifact
run: wget -O artifact.zip https://github.com/counterstrikesharp-panel/css-bans/releases/download/1.1.4/serverlistplayersfix_windows.zip && wget https://github.com/counterstrikesharp-panel/css-bans/releases/download/1.1.4/serverlistplayersfix_linux.zip

# Copy artifact to current directory
- name: Copy artifact to current directory
run: serverlistplayersfix_windows.zip . && cp serverlistplayersfix_linux.zip .

# Copy previous release artifacts to new release
- name: Copy previous release artifacts to new release
run: cp serverlistplayersfix_windows.zip cp serverlistplayersfix_linux.zip .

0 comments on commit e465923

Please sign in to comment.