mirror of
https://github.com/ivabus/gui
synced 2025-04-23 14:07:14 +03:00
fix conditional
This commit is contained in:
parent
7681a4749d
commit
d3fa446c8c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-sign-notarize.yml
vendored
2
.github/workflows/build-sign-notarize.yml
vendored
|
@ -132,7 +132,7 @@ jobs:
|
||||||
echo key=$S3_KEY >> $GITHUB_OUTPUT
|
echo key=$S3_KEY >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
notarize-mac-installers:
|
notarize-mac-installers:
|
||||||
if: ${{ inputs.s3-prefix }} != 'release'
|
if: inputs.s3-prefix != 'release'
|
||||||
# TODO: run only for mac, create separate Job for linux
|
# TODO: run only for mac, create separate Job for linux
|
||||||
needs: [get-platform, build]
|
needs: [get-platform, build]
|
||||||
runs-on: macos-11
|
runs-on: macos-11
|
||||||
|
|
Loading…
Reference in a new issue