Skip to content

Commit 07fc335

Browse files
authored
Update dotnet-desktop.yml
1 parent a3f8e7b commit 07fc335

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/dotnet-desktop.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ jobs:
8585
env:
8686
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8787
with:
88+
tag_name: ${{github.ref_name}}
8889
release_name: ${{ env.REPO_NAME }}
8990
draft: false
9091
prerelease: false
@@ -96,5 +97,5 @@ jobs:
9697
with:
9798
upload_url: ${{ steps.create_release.outputs.upload_url }}
9899
asset_path: ./Invo2_patcher.zip
99-
asset_name: Invo2_patcher
100+
asset_name: ${{ env.REPO_NAME }}
100101
asset_content_type: application/zip

0 commit comments

Comments
 (0)