Skip to content

Commit

Permalink
add new build to release without nsis (windows)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicanordlc committed Jun 10, 2024
1 parent 5bf8a9b commit 22075f3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
build: [
{name: save-manager, platform: linux/amd64, os: ubuntu-latest},
{name: save-manager, platform: windows/amd64, os: windows-latest},
{name: save-manager, platform: windows/amd64, os: windows-latest, nsis: false},
]
runs-on: ${{ matrix.build.os }}
steps:
Expand All @@ -25,4 +26,5 @@ jobs:
with:
build-name: ${{ matrix.build.name }}
build-platform: ${{ matrix.build.platform }}
node-version: 18.x
node-version: 18.x
nsis: ${{ matrix.build.nsis }}

0 comments on commit 22075f3

Please sign in to comment.