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 9d452e2 commit 346a706Copy full SHA for 346a706
.github/workflows/build.yml
@@ -79,7 +79,7 @@ jobs:
79
# ---- FAIL FAST: package first (so jlink issues show immediately) ----
80
- name: Package slim runtime (fail fast)
81
shell: bash
82
- run: ./gradlew checksumSlimCompilerDist --no-daemon --stacktrace
+ run: ./gradlew packageSlimCompilerDist --no-daemon --stacktrace
83
84
- name: Run tests
85
.github/workflows/release.yml
@@ -55,7 +55,7 @@ jobs:
55
56
# Build fat jar + jdeps + jlink + package + checksum for this OS
57
- name: Package slim runtime (per-OS)
58
- run: ./gradlew --no-daemon --stacktrace checksumSlimCompilerDist
+ run: ./gradlew --no-daemon --stacktrace packageSlimCompilerDist
59
60
- name: Upload to GitHub Release
61
uses: softprops/action-gh-release@v2
0 commit comments