We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2827a08 commit 587543bCopy full SHA for 587543b
.github/workflows/main.yml
@@ -25,12 +25,12 @@ jobs:
25
distribution: 'zulu'
26
java-version: '17'
27
28
- - name: Set up Gradle (Windows uniquement)
+ - name: Set up Gradle (Windows)
29
if: matrix.os == 'windows-latest'
30
uses: gradle/gradle-build-action@v2
31
32
- name: Build the app
33
- run: ./gradlew packageReleaseDistZip
+ run: ./gradlew createDistributable
34
35
- name: Upload build artifacts (macOS)
36
if: matrix.os == 'macos-latest'
0 commit comments