This commit is contained in:
parent
abda5fb493
commit
7bbb15b713
@ -9,6 +9,7 @@ cd ..
|
||||
|
||||
# ready for release
|
||||
cp iw4/scripts/mp/_jump.gsc build/iw4
|
||||
echo "Created release for IW4"
|
||||
|
||||
# replace gsc extension with c. It will make gcc very happy
|
||||
mv iw5/scripts/mp/_jump.gsc iw5/scripts/mp/_jump.c
|
||||
@ -21,3 +22,4 @@ python3 .gitea/scripts/clean.py _jump.in _jump.gsc
|
||||
|
||||
# ready for release
|
||||
mv _jump.gsc build/iw5/_jump.gsc
|
||||
echo "Created release for IW5"
|
||||
|
@ -14,8 +14,9 @@ jobs:
|
||||
lfs: false
|
||||
|
||||
- name: Create release
|
||||
shell: bash
|
||||
run: |
|
||||
.gitea/scripts/ci.sh
|
||||
-e .gitea/scripts/ci.sh
|
||||
|
||||
- name: Upload release
|
||||
uses: actions/upload-artifact@v3
|
||||
|
Loading…
x
Reference in New Issue
Block a user