Skip to content

Commit 443d811

Browse files
committed
update(actions): Fixed the Windows can't pack
1 parent 251350b commit 443d811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
if [ "${{matrix.os}}" = "ubuntu-latest" ]; then
5858
tar -czvf pkfs-utils-$VERSION-${{ matrix.target_short }}.tar.gz ${{ matrix.artifact_name }}
5959
else
60-
zip pkfs-utils-$VERSION-${{ matrix.target_short }}.zip ${{ matrix.artifact_name }}
60+
powershell -Command Compress-Archive -Path ${{ matrix.artifact_name }} -DestinationPath pkfs-utils-$VERSION-${{ matrix.target_short }}.zip -Force
6161
fi
6262
6363
- name: Upload to Release

0 commit comments

Comments
 (0)