We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 397f59b commit 5539a61Copy full SHA for 5539a61
.github/workflows/main.yml
@@ -96,6 +96,7 @@ jobs:
96
run: tests/emscripten/test.sh --dotnet-config $BUILD_CONFIGURATION
97
98
- name: Pack
99
+ if: matrix.build-cfg == 'Release'
100
shell: bash
101
run: build/build.sh prepack -platform $PLATFORM -configuration $BUILD_CONFIGURATION
102
0 commit comments