Skip to content

Commit

Permalink
macos buld dosnt honour the outputfile name + wails verson update
Browse files Browse the repository at this point in the history
  • Loading branch information
Snider committed Dec 31, 2022
1 parent ebed706 commit 28eaaaf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
deno-build: "npm run server:build:linux"
deno-working-directory: "server"
wails-build-webview2: "embed"
wails-version: "v2.2.0"
wails-version: "v2.3.1"
go-version: ^1.18
macos:
runs-on: macos-latest
Expand All @@ -48,12 +48,12 @@ jobs:
submodules: recursive
- uses: dAppServer/wails-build-action@v2
with:
build-name: lethean-macos
build-name: lethean
build-platform: darwin/universal
deno-build: "npm run server:build:macos-intel"
deno-working-directory: "server"
wails-build-webview2: "embed"
wails-version: "v2.2.0"
wails-version: "v2.3.1"
go-version: ^1.18
sign: "false"
sign-macos-apple-password: ${{ secrets.APPLE_PASSWORD }}
Expand All @@ -78,7 +78,7 @@ jobs:
deno-build: "npm run server:build:windows"
deno-working-directory: "server"
wails-build-webview2: "embed"
wails-version: v2.2.0
wails-version: v2.3.1
go-version: ^1.18


0 comments on commit 28eaaaf

Please sign in to comment.