Skip to content

Commit 156e65c

Browse files
authored
Update pack.yml
1 parent 3c15148 commit 156e65c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pack.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: |
3030
md release_package
3131
copy bin\release\* release_package
32-
zip -r rmdup_${{github.ref}}.zip release_package
32+
compress-archive -Path release_package -DestinationPath rmdup_${{github.ref}}.zip
3333
- name: Release
3434
uses: softprops/action-gh-release@v2
3535
if: startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)