Skip to content

Commit 587543b

Browse files
Change script
1 parent 2827a08 commit 587543b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ jobs:
2525
distribution: 'zulu'
2626
java-version: '17'
2727

28-
- name: Set up Gradle (Windows uniquement)
28+
- name: Set up Gradle (Windows)
2929
if: matrix.os == 'windows-latest'
3030
uses: gradle/gradle-build-action@v2
3131

3232
- name: Build the app
33-
run: ./gradlew packageReleaseDistZip
33+
run: ./gradlew createDistributable
3434

3535
- name: Upload build artifacts (macOS)
3636
if: matrix.os == 'macos-latest'

0 commit comments

Comments
 (0)