Skip to content

Commit

Permalink
include cur dir for spcomp
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphonie committed Jun 23, 2022
1 parent a1a4945 commit 5ccc2fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tf2rue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: |
cd ./scripting
pwd
spcomp -i"./include/" tf2rue.sp -o ../plugins/tf2rue.smx
spcomp -i"./" -i"./include/" tf2rue.sp -o ../plugins/tf2rue.smx
ls -la
- name: Zip package
Expand Down

0 comments on commit 5ccc2fd

Please sign in to comment.