Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…rterGui into dev
  • Loading branch information
the-database committed Jul 20, 2024
2 parents c868e9e + d7cf823 commit a5cd5f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
dotnet tool install -g vpk
vpk download github --repoUrl https://github.com/the-database/MangaJaNaiConverterGui
vpk pack -u MangaJaNaiConverterGui -v ${{ steps.get-version.outputs.version }} -p publish
vpk upload github --repoUrl https://github.com/the-database/MangaJaNaiConverterGui --publish --releaseName "MangaJaNaiConverterGui ${{ steps.get-version.outputs.version }}" --tag ${{ steps.get-version.outputs.version }} -i ./MangaJaNaiConverterGui/assets/logo.ico -e MangaJaNaiConverterGui.exe
vpk upload github --repoUrl https://github.com/the-database/MangaJaNaiConverterGui --publish --releaseName "${{ steps.get-version.outputs.version }}" --tag ${{ steps.get-version.outputs.version }} -i ./MangaJaNaiConverterGui/assets/logo.ico -e MangaJaNaiConverterGui.exe

0 comments on commit a5cd5f2

Please sign in to comment.