Skip to content

Commit

Permalink
fix: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkgos committed Oct 18, 2023
1 parent d9f9113 commit 3af3e8c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,11 +137,12 @@ jobs:
with:
name: goup-${{ matrix.target }}.msi
path: target/wix/goup-${{ matrix.target }}.msi

# Notarize goup binaries for MacOS and build notarized pkg installers
notarize_and_pkgbuild:
runs-on: macos-latest
continue-on-error: true
needs: [github_build, merge_crowdin_pr]
needs: [github_build]
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 3af3e8c

Please sign in to comment.