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 82b44f0 commit 8bbf798Copy full SHA for 8bbf798
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Override Harness (custom icon)
25
run: ./gradlew overrideHarness -Ptag_name=${{ github.ref_name }}
26
- name: Build Installers
27
- run: ant -Dstorepass="$NBM_SIGN_PASS" -Dpack200.enabled=true set-spec-version build-installers unset-spec-version
+ run: ant -Dstorepass="$NBM_SIGN_PASS" -Dpack200.enabled=false set-spec-version build-installers unset-spec-version
28
env:
29
BUILD_X86: true
30
BUILD_X64: true
0 commit comments