mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-20 10:40:09 +00:00
GitHub workflows: sign also CI if key avail. [mac]
This commit is contained in:
6
.github/scripts/macOS/sign.sh
vendored
6
.github/scripts/macOS/sign.sh
vendored
@@ -11,7 +11,11 @@ DEVELOPER_USERNAME=martin.pulec@cesnet.cz
|
||||
|
||||
if [ -z "$apple_key_p12_b64" -o -z "$altool_pass" ]; then
|
||||
echo "Could not find key to sign the application" 2>&1
|
||||
exit 1
|
||||
if [ "$GITHUB_WORKFLOW" = nightly ]; then
|
||||
exit 1
|
||||
else
|
||||
exit 0
|
||||
fi
|
||||
fi
|
||||
|
||||
# Import keys
|
||||
|
||||
Reference in New Issue
Block a user