Skip to content

Commit b88cc7c

Browse files
committed
Update release script
1 parent 1d7f840 commit b88cc7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: chmod +x gradlew
2828
- name: Build Jar with Gradle
2929
id: publish_release_assets
30-
run: ./gradlew build -Pversion=${{ env.TAG }}
30+
run: ./gradlew buildAll -Pversion=${{ env.TAG }}
3131
env:
3232
BUILD_NUMBER: ${{ github.run_number }}
3333
- name: Create release

0 commit comments

Comments
 (0)