Skip to content

Commit 5474829

Browse files
committed
I'm an idiot
1 parent 803d8c4 commit 5474829

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/build-and-release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@ jobs:
2222
- name: Checkout repository
2323
uses: actions/checkout@v4
2424

25-
- name: Make compile script executable
26-
run: chmod +x compile.sh
25+
- name: Make compile script and compiler executable
26+
run: |
27+
chmod +x compile.sh
28+
chmod +x spcomp spcomp64
2729
2830
- name: Compile plugin
2931
run: ./compile.sh offstyledb.sp

0 commit comments

Comments
 (0)