Skip to content

Commit

Permalink
Update dotnet-desktop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Soapwood authored Jul 8, 2024
1 parent dece885 commit 386438d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ${{ github.workspace }}/Installer/VXMusicInstaller.exe
asset_name: VXMusicInstaller_${{ steps.get-project-version.outputs.version }}.exe
asset_name: VXMusicInstaller_v${{ steps.get-project-version.outputs.version }}.exe
asset_content_type: application/octet-stream

- name: Upload Release Asset
Expand All @@ -124,5 +124,5 @@ jobs:
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ${{ github.workspace }}/VXMusic_x64_v${{ steps.get-project-version.outputs.version }}.zip
asset_name: VXMusic_x64_v${{ steps.get-project-version.outputs.version }}.zip
asset_name: VXMusic_v${{ steps.get-project-version.outputs.version }}.zip
asset_content_type: application/zip

0 comments on commit 386438d

Please sign in to comment.