From cc7b52b5e322d350d46b5f02f8312d102f941b59 Mon Sep 17 00:00:00 2001 From: the-database <25811902+the-database@users.noreply.github.com> Date: Thu, 1 Aug 2024 10:10:53 -0400 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index bf01c90..a69096b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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 \ No newline at end of file + vpk upload github --repoUrl https://github.com/the-database/VideoJaNai --releaseName "${{ github.event.inputs.version }}" --tag ${{ github.event.inputs.version }} --token ${{ secrets.GITHUB_TOKEN }}