Skip to content

Commit

Permalink
fix: github release
Browse files Browse the repository at this point in the history
  • Loading branch information
zema1 committed Sep 30, 2024
1 parent 431e910 commit c22e3b2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,13 @@ jobs:
run: node version.js ${{ github.ref_name }}
- run: npm install && npm run build
working-directory: gui/frontend
- uses: dAppServer/wails-build-action@v2
- uses: dAppServer/wails-build-action@v2.2
with:
build-name: ${{ matrix.output }}
build-platform: ${{ matrix.platform }}
app-working-directory: gui
wails-build-webview2: embed
nsis: false
go-version: '1.20'
package: false
- if: runner.os == 'macOS'
Expand Down

0 comments on commit c22e3b2

Please sign in to comment.