We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4670e4 commit 303ca7cCopy full SHA for 303ca7c
.github/workflows/zip-artifacts.yaml
@@ -14,8 +14,7 @@ jobs:
14
15
- name: Zip YAML files
16
run: |
17
- # -j flag ensures that only file names are stored, not full paths
18
- zip -j velociraptor_artifacts.zip velociraptor/*.yaml
+ zip -r velociraptor_artifacts.zip velociraptor/*.yaml
19
20
- name: Create Release
21
id: create_release
0 commit comments