Skip to content

Commit

Permalink
Workflow changes
Browse files Browse the repository at this point in the history
  • Loading branch information
hobsRKM committed Apr 20, 2024
1 parent 17cabf2 commit 09fa880
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,19 @@ jobs:
- name: Download Linux Zip from CDN
run: curl -L -o serverlistplayersfix_linux.zip https://github.com/counterstrikesharp-panel/css-bans/releases/download/1.1.4/serverlistplayersfix_linux.zip

- name: Download Simple Admin Asset
run: curl -L -o CS2-SimpleAdmin.zip https://github.com/daffyyyy/CS2-SimpleAdmin/releases/download/build-185/CS2-SimpleAdmin.zip

- name: Upload Plugin Zip as Release Asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./CS2-SimpleAdmin.zip
asset_name: CS2-SimpleAdmin.zip.zip
asset_content_type: application/zip

- name: Upload Windows Zip as Release Asset
uses: actions/upload-release-asset@v1
env:
Expand Down

0 comments on commit 09fa880

Please sign in to comment.