Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
the-database authored Jul 25, 2024
1 parent fb3138e commit fffc727
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: dotnet publish BuildMpvUpscale2xAnimeJaNai/BuildMpvUpscale2xAnimeJaNai.csproj -c Release -o publish

- name: Run the console app
run: ./publish/BuildMpvUpscale2xAnimeJaNai.exe
run: ./publish/BuildMpvUpscale2xAnimeJaNai

- name: Install 7zip
run: sudo apt-get install -y p7zip-full
Expand All @@ -51,4 +51,4 @@ jobs:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./mpv-upscale-2x_animejanai-full-package-${{ github.event.inputs.release_version }}.7z
asset_name: mpv-upscale-2x_animejanai-full-package-${{ github.event.inputs.release_version }}.7z
asset_content_type: application/x-7z-compressed
asset_content_type: application/x-7z-compressed

0 comments on commit fffc727

Please sign in to comment.