Skip to content

Commit 55f7e9d

Browse files
authored
Update windows.yml
1 parent f3bb8ef commit 55f7e9d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/windows.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ concurrency:
99
jobs:
1010
build_mingw:
1111
name: CLI / LibHB
12-
runs-on: ubuntu-22.04
12+
runs-on: ubuntu-20.04
1313
steps:
1414
- uses: actions/checkout@v4
1515

@@ -62,11 +62,11 @@ jobs:
6262
cd build
6363
make pkg.create.zip
6464
65-
- name: Upload HandBrakeCLI
65+
- name: Upload StickShiftCLI
6666
uses: actions/upload-artifact@v3
6767
with:
68-
name: HandBrakeCLI
69-
path: ./build/HandBrakeCLI.exe
68+
name: StickShiftCLI
69+
path: ./build/StickShiftCLI.exe
7070

7171
- name: Upload LibHB
7272
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)