diff --git a/.github/workflows/update-releases.yaml b/.github/workflows/update-releases.yaml index 47cb6fa..e902cc8 100644 --- a/.github/workflows/update-releases.yaml +++ b/.github/workflows/update-releases.yaml @@ -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 }} \ No newline at end of file + 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 }} \ No newline at end of file