Skip to content

Commit

Permalink
Reverted removal of $PLUGINS_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
l-Aad-l committed Jun 28, 2024
1 parent 8f6f518 commit 47f25b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
- name: Get latest version of PASS Time Plugin
run: |
mkdir -p addons/sourcemod/plugins
wget -q -O addons/sourcemod/plugins/p4sstime.smx https://github.com/prplnorangesoda/p4sstime-plugin/releases/latest/download/p4sstime.smx
wget -q -O $PLUGINS_PATH/p4sstime.smx https://github.com/prplnorangesoda/p4sstime-plugin/releases/latest/download/p4sstime.smx
working-directory: ${{ env.SOURCEMOD_PATH }}/

- name: Move compiled plugins
Expand Down

0 comments on commit 47f25b4

Please sign in to comment.