Skip to content

Commit d8da7e5

Browse files
authored
Update dotnet.yml
1 parent 872d743 commit d8da7e5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,7 @@ jobs:
6060
- name: Zip App
6161
run: |
6262
cd release
63-
tar -cvf zero2undub_v${{ steps.gitversion.outputs.majorMinorPatch }}.zip *
64-
cd ..
63+
tar -cvf ../zero2undub_v${{ steps.gitversion.outputs.majorMinorPatch }}.zip *
6564
6665
# Creates a new TAG version
6766
- name: Create release
@@ -84,6 +83,6 @@ jobs:
8483
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8584
with:
8685
upload_url: ${{ steps.create_release.outputs.upload_url }}
87-
asset_path: ./release/zero2undub_v${{ steps.gitversion.outputs.majorMinorPatch }}.zip
86+
asset_path: ./zero2undub_v${{ steps.gitversion.outputs.majorMinorPatch }}.zip
8887
asset_name: zero2undub_v${{ steps.gitversion.outputs.majorMinorPatch }}.zip
8988
asset_content_type: application/zip

0 commit comments

Comments
 (0)