We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e9b8fd commit 8f1a85dCopy full SHA for 8f1a85d
.github/workflows/dotnet.yml
@@ -60,8 +60,7 @@ jobs:
60
- name: Zip App
61
run: |
62
cd release
63
- apt-get -y install zip
64
- zip -r ../zero2undub_v${{ steps.gitversion.outputs.majorMinorPatch }}.zip *
+ Compress-Archive * ../zero2undub_v${{ steps.gitversion.outputs.majorMinorPatch }}.zip
65
66
# Creates a new TAG version
67
- name: Create release
0 commit comments