Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
purofle authored Dec 30, 2023
1 parent a1ae9ca commit 65fa957
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,13 @@ on:
jobs:
build:
strategy:
max-parallel: 3
fail-fast: true
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
include:
- os: windows-latest
gradle: gradlew.bat

runs-on: ${{ matrix.os }}
name: "${{ matrix.os }} build"
Expand All @@ -24,9 +29,11 @@ jobs:
java-version: '17'
distribution: 'zulu'
cache: gradle

- name: Build with Gradle
- if: ${{ matrix.gradle }}
run: ./gradlew.bat packageReleaseMsi
- run: ./gradlew packageRelease

- name: Upload artifact
uses: actions/[email protected]
Expand Down

0 comments on commit 65fa957

Please sign in to comment.