We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3762392 commit b408166Copy full SHA for b408166
1 file changed
.github/workflows/release.yml
@@ -47,7 +47,7 @@ jobs:
47
run: |
48
mkdir -p "${{github.workspace}}/dist"
49
cd "${{github.workspace}}/publish"
50
- zip -r "${{github.workspace}}/dist/release-${{ inputs.rel_version }}.zip" .
+ 7z a -tzip "${{github.workspace}}/dist/release-${{ inputs.rel_version }}.zip" *
51
52
- name: Upload artifacts
53
uses: actions/upload-artifact@v4
0 commit comments