Skip to content

Commit

Permalink
build release dist on linux and windows too
Browse files Browse the repository at this point in the history
  • Loading branch information
eskatos committed Apr 3, 2024
1 parent 4efa402 commit 454326e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ jobs:
distribution: temurin
java-version: 17
- uses: gradle/actions/setup-gradle@v3
- run: ./gradlew --stacktrace --scan packageZip
- run: ./gradlew --stacktrace --scan packageReleaseDeb
- uses: actions/upload-artifact@v4
with:
name: linux-distribution
path: gradle-client/build/dist
path: gradle-client/build/compose/binaries/main-release/deb
if-no-files-found: error
build_macos:
needs: check_macos
Expand Down Expand Up @@ -77,9 +77,9 @@ jobs:
distribution: temurin
java-version: 17
- uses: gradle/actions/setup-gradle@v3
- run: ./gradlew --stacktrace --scan packageZip
- run: ./gradlew --stacktrace --scan packageReleaseMsi
- uses: actions/upload-artifact@v4
with:
name: windows-distribution
path: gradle-client/build/dist
path: gradle-client/build/compose/binaries/main-release/msi
if-no-files-found: error

0 comments on commit 454326e

Please sign in to comment.