We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 431e910 commit c22e3b2Copy full SHA for c22e3b2
.github/workflows/release.yml
@@ -82,11 +82,13 @@ jobs:
82
run: node version.js ${{ github.ref_name }}
83
- run: npm install && npm run build
84
working-directory: gui/frontend
85
- - uses: dAppServer/wails-build-action@v2
+ - uses: dAppServer/wails-build-action@v2.2
86
with:
87
build-name: ${{ matrix.output }}
88
build-platform: ${{ matrix.platform }}
89
app-working-directory: gui
90
+ wails-build-webview2: embed
91
+ nsis: false
92
go-version: '1.20'
93
package: false
94
- if: runner.os == 'macOS'
0 commit comments