Skip to content
This repository was archived by the owner on Jan 24, 2026. It is now read-only.

Commit 577f864

Browse files
committed
Fix package compiling
1 parent b394e72 commit 577f864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-native-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: chmod +x gradlew
2727

2828
- name: Run Compile
29-
run: ./gradlew distrib
29+
run: ./gradlew clean packageWinX64 packageLinuxX64 packageMacM1 packageMacX64
3030
env:
3131
USERNAME: ${{ secrets.GITHUB_ACTOR }}
3232
TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)