Skip to content

Commit 303ca7c

Browse files
committed
zip fix
1 parent e4670e4 commit 303ca7c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/zip-artifacts.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ jobs:
1414

1515
- name: Zip YAML files
1616
run: |
17-
# -j flag ensures that only file names are stored, not full paths
18-
zip -j velociraptor_artifacts.zip velociraptor/*.yaml
17+
zip -r velociraptor_artifacts.zip velociraptor/*.yaml
1918
2019
- name: Create Release
2120
id: create_release

0 commit comments

Comments
 (0)