Skip to content

Commit

Permalink
add missing 'nsis' parameters to build yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cabaalexander committed Jun 10, 2024
1 parent 22075f3 commit cb88521
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
fail-fast: false
matrix:
build: [
{name: save-manager, platform: linux/amd64, os: ubuntu-latest},
{name: save-manager, platform: windows/amd64, os: windows-latest},
{name: save-manager, platform: linux/amd64, os: ubuntu-latest, nsis: false},
{name: save-manager, platform: windows/amd64, os: windows-latest, nsis: true},
{name: save-manager, platform: windows/amd64, os: windows-latest, nsis: false},
]
runs-on: ${{ matrix.build.os }}
Expand Down

0 comments on commit cb88521

Please sign in to comment.