Skip to content

Commit 8863c61

Browse files
committed
[GitHub] Fix some Kore paths
1 parent 2fb2a1d commit 8863c61

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/update-samples.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ jobs:
4242
ROBBOT_PASS: ${{ secrets.ROBBOT_PASS }}
4343
- name: Get Kore-Submodule
4444
working-directory: Kore-Samples-PS5
45-
run: git submodule update --init --remote Kore
45+
run: git submodule update --init --remote kore
4646
- name: Checkout Kore
47-
working-directory: Kore-Samples-PS5/Kore
47+
working-directory: Kore-Samples-PS5/kore
4848
run: git checkout main
4949
- name: Add Kore
5050
working-directory: Kore-Samples-PS5

0 commit comments

Comments
 (0)