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