Skip to content

Commit 5fd3139

Browse files
committed
ci: re-zip headers
1 parent 9656452 commit 5fd3139

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/attach-release-artefacts.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
with:
2727
name: header-only
2828
path: header-only
29+
- name: Create archive
30+
run: |
31+
env -C header-only/ zip -r header-only.zip .
2932
- uses: softprops/action-gh-release@v1
3033
with:
31-
files: header-only/*
34+
files: header-only/header-only.zip

0 commit comments

Comments
 (0)