mirror of
https://github.com/cryptomator/cryptomator.git
synced 2024-11-23 12:09:45 +00:00
fix av whitelisting step in win-exe workflow
This commit is contained in:
parent
d9d8c84230
commit
d6fd012f71
2
.github/workflows/win-exe.yml
vendored
2
.github/workflows/win-exe.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user