Skip to content

Commit 346a706

Browse files
committed
fix workflows
1 parent 9d452e2 commit 346a706

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
# ---- FAIL FAST: package first (so jlink issues show immediately) ----
8080
- name: Package slim runtime (fail fast)
8181
shell: bash
82-
run: ./gradlew checksumSlimCompilerDist --no-daemon --stacktrace
82+
run: ./gradlew packageSlimCompilerDist --no-daemon --stacktrace
8383

8484
- name: Run tests
8585
shell: bash

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555

5656
# Build fat jar + jdeps + jlink + package + checksum for this OS
5757
- name: Package slim runtime (per-OS)
58-
run: ./gradlew --no-daemon --stacktrace checksumSlimCompilerDist
58+
run: ./gradlew --no-daemon --stacktrace packageSlimCompilerDist
5959

6060
- name: Upload to GitHub Release
6161
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)