Skip to content

Commit

Permalink
fix: sourcemod download address
Browse files Browse the repository at this point in the history
  • Loading branch information
rick-yao committed Sep 26, 2024
1 parent 389847b commit bb820d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- name: Setup SourceMod
run: |
wget --input-file=https://sm.alliedmods.net/smdrop/${{ secrets.SOURCEMOD_VERSION }}/${{ secrets.SOURCEMOD_FILENAME }}
wget https://sm.alliedmods.net/smdrop/1.11/sourcemod-1.11.0-git6968-linux.tar.gz
tar -xzf sourcemod-*.tar.gz
- name: Build plugin
Expand Down

0 comments on commit bb820d7

Please sign in to comment.