Skip to content

Commit 449eda6

Browse files
committed
fix macos build
1 parent 7aef26c commit 449eda6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .github/workflows/release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,10 @@ jobs:
5959
APPLE_SIGNING_KEY: ${{ secrets.APPLE_SIGNING_KEY }}
6060
AC_USERNAME: ${{ secrets.AC_USERNAME }}
6161
AC_PASSWORD: ${{ secrets.AC_PASSWORD }}
62+
AC_PROVIDER: ${{ secrets.AC_PROVIDER }}
6263
run: |
6364
wails build -m -trimpath -platform darwin/universal -webview2 embed -ldflags='${{ env.VERSION_LDFLAGS }}'
64-
brew install mitchellh/gon/gon
65+
brew install Bearer/tap/gon
6566
build/darwin/makedmg.sh
6667
6768
- name: Build Linux AMD64

0 commit comments

Comments
 (0)