Skip to content

Commit 9507c37

Browse files
committed
Merge remote-tracking branch 'origin/main' into main
2 parents e99f6ca + d8da7e5 commit 9507c37

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ jobs:
5959
# Zips the binaries and required files
6060
- name: Zip App
6161
run: |
62-
tar -zcvf zero2undub_v${{ steps.gitversion.outputs.majorMinorPatch }}.zip release
62+
cd release
63+
tar -cvf ../zero2undub_v${{ steps.gitversion.outputs.majorMinorPatch }}.zip *
6364
6465
# Creates a new TAG version
6566
- name: Create release

0 commit comments

Comments
 (0)