CI: Update and split up anti virus whitelisting flow (#3817)

This commit is contained in:
Armin Schrenk
2025-04-14 16:09:22 +02:00
committed by GitHub
parent 1d8466a9e3
commit db6cf5459e
2 changed files with 58 additions and 10 deletions

View File

@@ -394,7 +394,7 @@ jobs:
allowlist-exe:
uses: ./.github/workflows/av-whitelist.yml
needs: [publish]
needs: [publish, allowlist-msi]
with:
url: ${{ needs.publish.outputs.download-url-exe }}
secrets: inherit