mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-23 20:54:50 +03:00
remove if statement for signing step entirely
This commit is contained in:
parent
9262cf973e
commit
27be3c92aa
1
.github/workflows/publish.yaml
vendored
1
.github/workflows/publish.yaml
vendored
@ -141,7 +141,6 @@ jobs:
|
|||||||
sign-tauri:
|
sign-tauri:
|
||||||
needs: build-tauri
|
needs: build-tauri
|
||||||
runs-on: [self-hosted, evcodesignd]
|
runs-on: [self-hosted, evcodesignd]
|
||||||
if: ${{ needs.build-tauri.outputs.channel == 'release' }} && ${{ needs.build-tauri.outputs.platform == 'windows-latest' }}
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
platform:
|
platform:
|
||||||
|
Loading…
Reference in New Issue
Block a user