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.
2 parents e99f6ca + d8da7e5 commit 9507c37Copy full SHA for 9507c37
.github/workflows/dotnet.yml
@@ -59,7 +59,8 @@ jobs:
59
# Zips the binaries and required files
60
- name: Zip App
61
run: |
62
- tar -zcvf zero2undub_v${{ steps.gitversion.outputs.majorMinorPatch }}.zip release
+ cd release
63
+ tar -cvf ../zero2undub_v${{ steps.gitversion.outputs.majorMinorPatch }}.zip *
64
65
# Creates a new TAG version
66
- name: Create release
0 commit comments