mirror of
https://github.com/AdAstra-LD/DS-Pokemon-Rom-Editor.git
synced 2026-05-21 03:49:21 -05:00
commit
2de3ef6f02
2
.github/workflows/update-releases.yaml
vendored
2
.github/workflows/update-releases.yaml
vendored
|
|
@ -76,4 +76,4 @@ jobs:
|
|||
dotnet tool install -g vpk
|
||||
vpk download github --repoUrl https://github.com/${{ github.repository }} --token ${{ secrets.GH_TOKEN }}
|
||||
vpk pack -u DSPRE -v ${{ steps.get_version.outputs.version }} -p publish --mainExe DSPRE.exe --channel win
|
||||
vpk upload github --repoUrl https://github.com/${{ github.repository }} --publish --releaseName "DSPRE ${{ steps.get_version.outputs.version }}" --tag v${{ steps.get_version.outputs.version }} --token ${{ secrets.GH_TOKEN }}
|
||||
vpk upload github --repoUrl https://github.com/${{ github.repository }} --releaseName "DSPRE ${{ steps.get_version.outputs.version }}" --tag v${{ steps.get_version.outputs.version }} --token ${{ secrets.GH_TOKEN }}
|
||||
Loading…
Reference in New Issue
Block a user