diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5fc5dcd..900e8fa 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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 }}