Fix action name and windows zip
Some checks failed
Build project / Build for ${{ matrix.targetPlatform }} (${{ matrix.unityVersion }}) (StandaloneLinux64, 6000.0.37f1) (push) Successful in 5m27s
Build project / Build for ${{ matrix.targetPlatform }} (${{ matrix.unityVersion }}) (StandaloneWindows64, 6000.0.37f1) (push) Failing after 19m13s

This commit is contained in:
EthanPisani 2025-02-19 16:23:55 -05:00
parent 712aa034c2
commit acd21e3458

View File

@ -12,7 +12,7 @@ on:
jobs:
buildForAllSupportedPlatforms:
name: Build for ${{ matrix.targetPlatform }}
name: Build for ${{ matrix.targetPlatform }} (${{ matrix.unityVersion }})
runs-on: ubuntu-latest
strategy:
fail-fast: false
@ -57,10 +57,10 @@ jobs:
-x "StellarXipher_BurstDebugInformation_DoNotShip/**"
cd ../..
elif [ "${{ matrix.targetPlatform }}" == "StandaloneWindows64" ]; then
cd build/StandaloneWindows64/build/StandaloneWindows64
cd build/StandaloneWindows64
zip -r /tmp/zipped_builds/build_StandaloneWindows64.zip . \
-x "StellarXipher_BurstDebugInformation_DoNotShip/**"
cd ../../..
cd ../..
fi
- name: Debug - List files in /tmp/zipped_builds