Skip to content

Commit

Permalink
remove if statement for signing step entirely
Browse files Browse the repository at this point in the history
  • Loading branch information
Qix- committed Apr 9, 2024
1 parent 9262cf9 commit 27be3c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ jobs:
sign-tauri:
needs: build-tauri
runs-on: [self-hosted, evcodesignd]
if: ${{ needs.build-tauri.outputs.channel == 'release' }} && ${{ needs.build-tauri.outputs.platform == 'windows-latest' }}
strategy:
matrix:
platform:
Expand Down

0 comments on commit 27be3c9

Please sign in to comment.