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 3cc400b commit 4d9043cCopy full SHA for 4d9043c
.github/workflows/publish.yml
@@ -29,11 +29,12 @@ jobs:
29
submodules: recursive
30
31
- name: Build wails
32
- uses: dAppServer/wails-build-action@v2.2
+ uses: dAppServer/wails-build-action@main
33
id: build
34
with:
35
build-name: ${{ matrix.build.name }}
36
sign: false
37
build-platform: ${{ matrix.build.platform }}
38
package: true
39
- go-version: '1.21'
+ go-version: '1.21'
40
+ wails-version: "v2.9.1"
app.go
@@ -23,7 +23,7 @@ const (
23
configDefaultUserKey = "userConfig.defaultUser"
24
configUsersKey = "userConfig.users"
25
configExportPathKey = "exportPath"
26
- appVersion = "v1.2.0"
+ appVersion = "v1.2.1"
27
)
28
type FileLoader struct {
0 commit comments