We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9656452 commit 5fd3139Copy full SHA for 5fd3139
1 file changed
.github/workflows/attach-release-artefacts.yml
@@ -26,6 +26,9 @@ jobs:
26
with:
27
name: header-only
28
path: header-only
29
+ - name: Create archive
30
+ run: |
31
+ env -C header-only/ zip -r header-only.zip .
32
- uses: softprops/action-gh-release@v1
33
- files: header-only/*
34
+ files: header-only/header-only.zip
0 commit comments