Skip to content

Commit 5539a61

Browse files
committed
Only run packing step for release CI builds.
1 parent 397f59b commit 5539a61

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ jobs:
9696
run: tests/emscripten/test.sh --dotnet-config $BUILD_CONFIGURATION
9797

9898
- name: Pack
99+
if: matrix.build-cfg == 'Release'
99100
shell: bash
100101
run: build/build.sh prepack -platform $PLATFORM -configuration $BUILD_CONFIGURATION
101102

0 commit comments

Comments
 (0)