We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6dabf4 commit 2642623Copy full SHA for 2642623
.github/workflows/main.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Chocolatey Action
35
uses: crazy-max/[email protected]
36
with:
37
- args: install zip -y
+ args: install zip -y --allowEmptyChecksumsSecure
38
- name: Refresh Env
39
run: refreshenv
40
- name: Build project # This would actually build your project, using zip for an example artifact
0 commit comments