Merge pull request #48 from Mixone-FinallyHere/dev-kuha

Draft releases
This commit is contained in:
Corentin MACÉ (Kuha) 2025-07-30 12:41:13 +02:00 committed by GitHub
commit 2de3ef6f02
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 }}