Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
the-database authored Jul 21, 2024
1 parent f3a5dce commit 19abc82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:
run: |
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 "${{ steps.get-version.outputs.version }}" --tag ${{ steps.get-version.outputs.version }} -i ./MangaJaNaiConverterGui/assets/logo.ico -e MangaJaNaiConverterGui.exe
vpk pack -u MangaJaNaiConverterGui -v ${{ steps.get-version.outputs.version }} -p publish -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 }}

0 comments on commit 19abc82

Please sign in to comment.