Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
wagrenier committed Jul 18, 2021
2 parents e99f6ca + d8da7e5 commit 9507c37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ jobs:
# Zips the binaries and required files
- name: Zip App
run: |
tar -zcvf zero2undub_v${{ steps.gitversion.outputs.majorMinorPatch }}.zip release
cd release
tar -cvf ../zero2undub_v${{ steps.gitversion.outputs.majorMinorPatch }}.zip *
# Creates a new TAG version
- name: Create release
Expand Down

0 comments on commit 9507c37

Please sign in to comment.