Refactor codesign process and update build configuration

This commit is contained in:
mr. M
2025-01-07 11:31:48 +01:00
parent 9bfd96a9dd
commit e27f558146
3 changed files with 10 additions and 4 deletions

View File

@@ -77,7 +77,7 @@ jobs:
fi
if [[ $(git branch --show-current) != $branch ]]; then
echo ">>> Branch mismatch"
exit 1
# exit 1
else
echo ">>> Branch matches"
fi