Skip to content
This repository has been archived by the owner on Feb 5, 2023. It is now read-only.

Commit

Permalink
fixed windows build and continue on error
Browse files Browse the repository at this point in the history
  • Loading branch information
DatL4g committed Oct 7, 2022
1 parent ecb6d07 commit 3473cb5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest] # macos-latest as soon as v1.0.0 is ready
fail-fast: false
runs-on: ${{ matrix.os }}

steps:
Expand All @@ -28,7 +29,7 @@ jobs:

- name: Execute packaging on Windows
if: matrix.os == 'windows-latest'
run: gradlew packageExe; gradlew packageMsi
run: gradlew.bat packageExe; gradlew.bat packageMsi

- name: Execute packaging on Mac
if: matrix.os == 'macos-latest'
Expand Down

0 comments on commit 3473cb5

Please sign in to comment.