fix av whitelisting step in win-exe workflow

This commit is contained in:
Armin Schrenk 2024-06-26 13:28:37 +02:00
parent d9d8c84230
commit d6fd012f71
No known key found for this signature in database

View File

@ -390,12 +390,14 @@ jobs:
needs: [publish] needs: [publish]
with: with:
url: ${{ needs.publish.outputs.download-url-msi }} url: ${{ needs.publish.outputs.download-url-msi }}
secrets: inherit
allowlist-exe: allowlist-exe:
uses: ./.github/workflows/av-whitelist.yml uses: ./.github/workflows/av-whitelist.yml
needs: [publish] needs: [publish]
with: with:
url: ${{ needs.publish.outputs.download-url-exe }} url: ${{ needs.publish.outputs.download-url-exe }}
secrets: inherit
notify-winget: notify-winget:
name: Notify for winget-release name: Notify for winget-release