Skip to content

Commit 19d99da

Browse files
committed
Fix the CI artifact names of the libretro Nintendo Switch builds being incorrectly formatted
1 parent 5f851af commit 19d99da

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/autobuild.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1897,7 +1897,9 @@ jobs:
18971897
'
18981898
18991899
build-libretro-switch-frontend:
1900-
needs: build-libretro-switch
1900+
needs:
1901+
- build-libretro-stage1
1902+
- build-libretro-switch
19011903
name: LR Nintendo Switch frontend ${{ matrix.type }}
19021904
runs-on: ubuntu-latest
19031905
container:

0 commit comments

Comments
 (0)