Skip to content

Commit

Permalink
Update windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
K4sum1 authored Aug 31, 2024
1 parent f3bb8ef commit 55f7e9d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ concurrency:
jobs:
build_mingw:
name: CLI / LibHB
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -62,11 +62,11 @@ jobs:
cd build
make pkg.create.zip
- name: Upload HandBrakeCLI
- name: Upload StickShiftCLI
uses: actions/upload-artifact@v3
with:
name: HandBrakeCLI
path: ./build/HandBrakeCLI.exe
name: StickShiftCLI
path: ./build/StickShiftCLI.exe

- name: Upload LibHB
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 55f7e9d

Please sign in to comment.