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 Aug 1, 2024
1 parent d14059f commit cc7b52b
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 @@ -25,4 +25,4 @@ jobs:
dotnet tool install -g vpk --prerelease
vpk download github --repoUrl https://github.com/the-database/VideoJaNai
vpk pack -u VideoJaNai -v ${{ github.event.inputs.version }} -p publish -i ./VideoJaNai/assets/logo.ico -e VideoJaNai.exe
vpk upload github --repoUrl https://github.com/the-database/VideoJaNai --publish --releaseName "${{ github.event.inputs.version }}" --tag ${{ github.event.inputs.version }} --token ${{ secrets.GITHUB_TOKEN }} --pre
vpk upload github --repoUrl https://github.com/the-database/VideoJaNai --releaseName "${{ github.event.inputs.version }}" --tag ${{ github.event.inputs.version }} --token ${{ secrets.GITHUB_TOKEN }}

0 comments on commit cc7b52b

Please sign in to comment.