Update macOS build workflow to include mac dependency and modify Firefox browser identifier in hardened runtime configuration

This commit is contained in:
mr. M
2025-01-23 12:20:20 +01:00
parent ce7c1f797f
commit 83f8975a50
2 changed files with 14 additions and 1 deletions

View File

@@ -356,7 +356,7 @@ jobs:
permissions:
contents: write
secrets: inherit
needs: [build-data]
needs: [build-data, mac]
with:
build-version: ${{ needs.build-data.outputs.version }}
release-branch: ${{ inputs.update_branch }}