Skip to content

Commit b408166

Browse files
authored
Update release.yml
1 parent 3762392 commit b408166

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: |
4848
mkdir -p "${{github.workspace}}/dist"
4949
cd "${{github.workspace}}/publish"
50-
zip -r "${{github.workspace}}/dist/release-${{ inputs.rel_version }}.zip" .
50+
7z a -tzip "${{github.workspace}}/dist/release-${{ inputs.rel_version }}.zip" *
5151
5252
- name: Upload artifacts
5353
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)