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.
1 parent a3f8e7b commit 07fc335Copy full SHA for 07fc335
.github/workflows/dotnet-desktop.yml
@@ -85,6 +85,7 @@ jobs:
85
env:
86
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
87
with:
88
+ tag_name: ${{github.ref_name}}
89
release_name: ${{ env.REPO_NAME }}
90
draft: false
91
prerelease: false
@@ -96,5 +97,5 @@ jobs:
96
97
98
upload_url: ${{ steps.create_release.outputs.upload_url }}
99
asset_path: ./Invo2_patcher.zip
- asset_name: Invo2_patcher
100
+ asset_name: ${{ env.REPO_NAME }}
101
asset_content_type: application/zip
0 commit comments