1
0
mirror of https://github.com/XLabsProject/iw4x-rawfiles.git synced 2023-08-02 15:02:11 +02:00

Ship a blank iw4x_02.iwd to fix issues

This commit is contained in:
Chase 2022-05-24 20:18:44 -05:00
parent 886a1d6d52
commit 2a86b060b7
No known key found for this signature in database
GPG Key ID: 9EC29E797878008C
2 changed files with 15 additions and 0 deletions

15
.github/release.sh vendored
View File

@ -2,16 +2,31 @@
sudo apt update >> /dev/null && sudo apt install zip -y >> /dev/null # Ensure zip is up to date.
cd iw4x/
# iw4x_00
cd iw4x_00/
zip -r iw4x_00.iwd *
mv iw4x_00.iwd ../
cd ..
rm -rf iw4x_00/
# iw4x_01
cd iw4x_01/
zip -r iw4x_01.iwd *
mv iw4x_01.iwd ../
cd ..
rm -rf iw4x_01/
# iw4x_02
cd iw4x_02/
zip -r iw4x_02.iwd *
mv iw4x_02.iwd ../
cd ..
rm -rf iw4x_02/
# Cleanup
cd ..
rm LICENSE
rm README.md

0
iw4x/iw4x_02/gitkeep Normal file
View File