Skip to content

Commit c22e3b2

Browse files
committed
fix: github release
1 parent 431e910 commit c22e3b2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,13 @@ jobs:
8282
run: node version.js ${{ github.ref_name }}
8383
- run: npm install && npm run build
8484
working-directory: gui/frontend
85-
- uses: dAppServer/wails-build-action@v2
85+
- uses: dAppServer/wails-build-action@v2.2
8686
with:
8787
build-name: ${{ matrix.output }}
8888
build-platform: ${{ matrix.platform }}
8989
app-working-directory: gui
90+
wails-build-webview2: embed
91+
nsis: false
9092
go-version: '1.20'
9193
package: false
9294
- if: runner.os == 'macOS'

0 commit comments

Comments
 (0)