Skip to content

Commit 8f1a85d

Browse files
authored
Use PS Builtin Zip
1 parent 9e9b8fd commit 8f1a85d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,7 @@ jobs:
6060
- name: Zip App
6161
run: |
6262
cd release
63-
apt-get -y install zip
64-
zip -r ../zero2undub_v${{ steps.gitversion.outputs.majorMinorPatch }}.zip *
63+
Compress-Archive * ../zero2undub_v${{ steps.gitversion.outputs.majorMinorPatch }}.zip
6564
6665
# Creates a new TAG version
6766
- name: Create release

0 commit comments

Comments
 (0)