Skip to content

Commit b107cd5

Browse files
authored
Update main.yml
1 parent 5d42a52 commit b107cd5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,11 @@ jobs:
3535
submodules: recursive
3636

3737
- name: Build wails
38-
uses: LukeG1/wails-build-action@e9a03c38f245532df0e4b8d1380dcfada8a82ac1
38+
uses: chopikus/wails-build-action@697d724fda611242084beeaa9c5ff95827812ffa
3939
id: build
4040
with:
4141
build-name: ${{ matrix.build.name }}
4242
build-platform: ${{ matrix.build.platform }}
4343
package: false
4444
go-version: '1.22'
45+
node-version: '17.x'

0 commit comments

Comments
 (0)