Skip to content

Commit

Permalink
fix: build in deference runner
Browse files Browse the repository at this point in the history
Signed-off-by: seven <[email protected]>
  • Loading branch information
Blankll committed Jun 28, 2024
1 parent 7b9c70d commit 91cb3fb
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 @@ -11,6 +11,7 @@ concurrency:
jobs:
pre-release:
strategy:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
include:
Expand Down Expand Up @@ -120,7 +121,7 @@ jobs:
endpoint: https://eus.codesigning.azure.net/
trusted-signing-account-name: geek-fun
certificate-profile-name: geek-fun
files-folder: ${{ github.workspace }}\src-tauri\target\release\bundle\nsis\
files-folder: ${{ github.workspace }}\src-tauri\target\
files-folder-depth: 7
files-folder-filter: exe
file-digest: SHA256
Expand Down

0 comments on commit 91cb3fb

Please sign in to comment.