Skip to content

Commit ff350d4

Browse files
committed
correct YAML file
1 parent 49ae14c commit ff350d4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ jobs:
2121
restore-keys: |
2222
Library-
2323
24-
- name: set a correct package path
25-
run: |
26-
mkdir ./package
27-
cp -r ./. ./package/
28-
24+
- name: set a correct package path
25+
run: |
26+
mkdir ./package
27+
cp -r ./. ./package/
28+
2929
# Test
3030
- name: Run tests
3131
uses: game-ci/unity-test-runner@v4

0 commit comments

Comments
 (0)