Skip to content

Commit

Permalink
run deploy with windows
Browse files Browse the repository at this point in the history
  • Loading branch information
the-database committed Jul 25, 2024
1 parent fffc727 commit ec14581
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
deploy:
runs-on: ubuntu-latest
runs-on: windows-latest

steps:
- name: Checkout repository
Expand All @@ -24,10 +24,10 @@ jobs:
run: dotnet publish BuildMpvUpscale2xAnimeJaNai/BuildMpvUpscale2xAnimeJaNai.csproj -c Release -o publish

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

- name: Install 7zip
run: sudo apt-get install -y p7zip-full
run: choco install 7zip -y

- name: Create 7zip archive of the artifact
run: 7z a -t7z -mx=9 mpv-upscale-2x_animejanai-full-package-${{ github.event.inputs.release_version }}.7z ./publish/mpv-upscale-2x_animejanai-v3
Expand Down

0 comments on commit ec14581

Please sign in to comment.