Skip to content

Commit

Permalink
fix av whitelisting step in win-exe workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
infeo committed Jun 26, 2024
1 parent d9d8c84 commit d6fd012
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/win-exe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -390,12 +390,14 @@ jobs:
needs: [publish]
with:
url: ${{ needs.publish.outputs.download-url-msi }}
secrets: inherit

allowlist-exe:
uses: ./.github/workflows/av-whitelist.yml
needs: [publish]
with:
url: ${{ needs.publish.outputs.download-url-exe }}
secrets: inherit

notify-winget:
name: Notify for winget-release
Expand Down

0 comments on commit d6fd012

Please sign in to comment.