Skip to content

Commit

Permalink
Change script
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasBernard03 committed Sep 21, 2024
1 parent 2827a08 commit 587543b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:
distribution: 'zulu'
java-version: '17'

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

- name: Build the app
run: ./gradlew packageReleaseDistZip
run: ./gradlew createDistributable

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

0 comments on commit 587543b

Please sign in to comment.