Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
wahitftry authored Jan 24, 2024
1 parent 6963648 commit f92a166
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
- name: Compile CWJ Filterscript
run: |
cd pawno
for (script in ../filterscripts/*.pwn); do
scripts=$(find ../filterscripts -name "*.pwn")
for script in $scripts; do
./pawncc.exe "$script" --% -Dfilterscripts -;+ -(+ -d3
done
Expand Down

0 comments on commit f92a166

Please sign in to comment.