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
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:
parent
712aa034c2
commit
acd21e3458
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user