Skip to content

Commit

Permalink
fix: github action for signing windows package
Browse files Browse the repository at this point in the history
  • Loading branch information
tiny-craft committed Feb 22, 2024
1 parent 28d2336 commit 78b7700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:

- name: Build Windows NSIS installer
shell: bash
run: CGO_ENABLED=1 wails build -clean -platform ${{ matrix.platform }} -nsis -webview2 embed -webview2 embed -ldflags "-X main.version=${{ github.event.release.tag_name }}"
run: CGO_ENABLED=1 wails build -clean -platform ${{ matrix.platform }} -nsis -upx -webview2 embed -ldflags "-X main.version=${{ github.event.release.tag_name }}"

- name: Codesign Windows NSIS installer
working-directory: ./build/bin
Expand Down

0 comments on commit 78b7700

Please sign in to comment.