Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hasksomatotoian committed Jan 4, 2024
1 parent f5bd8c5 commit e31a46e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: v${{ steps.get_version.outputs.assemblyVersion }}
release_name: $env:TIMT_PROJECT_NAME v${{ steps.get_version.outputs.assemblyVersion }}
release_name: $TIMT_PROJECT_NAME v${{ steps.get_version.outputs.assemblyVersion }}
draft: false
prerelease: false

Expand All @@ -61,6 +61,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: .\$env:TIMT_PROJECT_NAME.zip
asset_name: $env:TIMT_PROJECT_NAME-v${{ steps.get_version.outputs.assemblyVersion }}.zip
asset_path: .\$TIMT_PROJECT_NAME.zip
asset_name: $TIMT_PROJECT_NAME-v${{ steps.get_version.outputs.assemblyVersion }}.zip
asset_content_type: application/zip

0 comments on commit e31a46e

Please sign in to comment.