We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5da303e commit ffd1edfCopy full SHA for ffd1edf
.github/workflows/main.yaml
@@ -89,6 +89,7 @@ jobs:
89
path: artifacts
90
- name: Prepare Artifacts for Release
91
run: |
92
+ cd artifacts
93
find *binaries -type d | xargs -I subdir -- 7z a subdir.zip subdir\*
94
- name: Create a Release
95
uses: softprops/action-gh-release@v2
0 commit comments