Browse Source

Only run packing step for release CI builds.

pull/1932/head
tritao 2 months ago
parent
commit
5539a61349
  1. 1
      .github/workflows/main.yml

1
.github/workflows/main.yml

@ -96,6 +96,7 @@ jobs: @@ -96,6 +96,7 @@ jobs:
run: tests/emscripten/test.sh --dotnet-config $BUILD_CONFIGURATION
- name: Pack
if: matrix.build-cfg == 'Release'
shell: bash
run: build/build.sh prepack -platform $PLATFORM -configuration $BUILD_CONFIGURATION

Loading…
Cancel
Save