chore: Skip codesign validation during build

This commit is contained in:
mauro-balades
2024-09-03 09:36:58 +02:00
parent a132748dc2
commit 9f3b50d84a
2 changed files with 5 additions and 1 deletions

View File

@@ -433,6 +433,9 @@ jobs:
commit_user_email: zen-browser-bot@users.noreply.github.com
repository: ./flatpak
- name: Wait 4 minutes for the flatpak repo to update
run: sleep 240
release-flatpak:
if: ${{ github.event.inputs.create_release == 'true' }}
permissions: write-all

View File

@@ -152,4 +152,5 @@ codesign --force -o runtime --verbose --sign "$IDENTITY" --deep \
"${BUNDLE}"/Contents/MacOS/plugin-container.app
# Validate
codesign -vvv --deep --strict "${BUNDLE}"
# Let's skip this for now, as it's not necessary for the build
# codesign -vvv --deep --strict "${BUNDLE}"