mirror of
https://github.com/hermansimensen/eventqueue-fix.git
synced 2025-12-06 18:08:27 +00:00
Update main.yml
This commit is contained in:
parent
12d726fc55
commit
5038383a5e
9
.github/workflows/main.yml
vendored
9
.github/workflows/main.yml
vendored
@ -25,6 +25,7 @@ jobs:
|
||||
- name: Set environment variables
|
||||
run: |
|
||||
echo "SCRIPTS_PATH=scripting" >> $GITHUB_ENV
|
||||
mkdir package
|
||||
|
||||
- name: Setup SourcePawn Compiler
|
||||
uses: rumblefrog/setup-sp@v1.0.1
|
||||
@ -34,5 +35,11 @@ jobs:
|
||||
|
||||
- name: Compile EventQueueFix
|
||||
run:
|
||||
spcomp -E -w234 -O2 -v2 -i include eventqueuefix.sp
|
||||
spcomp -E -w234 -O2 -v2 -i include -o ../package/eventqueuefix.smx eventqueuefix.sp
|
||||
working-directory: ${{ env.SCRIPTS_PATH }}
|
||||
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: eventqueuefix-dev
|
||||
path: package
|
||||
|
||||
Loading…
Reference in New Issue
Block a user