activity6 #1

Merged
EthanPisani merged 78 commits from activity6 into main 2025-04-12 14:58:57 -04:00
Showing only changes of commit acd21e3458 - Show all commits

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