Update master.yml
This commit is contained in:
parent
08b8f8c968
commit
d063e1545e
1 changed files with 4 additions and 0 deletions
4
.github/workflows/master.yml
vendored
4
.github/workflows/master.yml
vendored
|
@ -17,6 +17,10 @@ jobs:
|
|||
tar -xzf sourcemod.tar.gz
|
||||
- name: Give spcomp the required permissions
|
||||
run: chmod +x addons/sourcemod/scripting/spcomp
|
||||
- name: Remove unnessesary files
|
||||
run: rm addons/sourcemod/scripting/*.sp
|
||||
- name: Move required files into the workspace
|
||||
run: mv scripting addons/sourcemod/scripting
|
||||
- name: Compiling Shavit-Credits
|
||||
run: |
|
||||
for file in addons/sourcemod/scripting/*.sp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue