Skip to content

Commit

Permalink
fix path to the project
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximilienNaveau committed Apr 26, 2024
1 parent 671acf6 commit 38f7c9d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/devel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Restore Library cache
uses: actions/cache@v2
with:
path: trampoline_unity/trampoline/Library
path: trampoline/Library
key: Library-test-project
restore-keys: |
Library-test-project-
Expand All @@ -55,7 +55,7 @@ jobs:
id: testRunner
with:
testMode: all
projectPath: trampoline_unity/trampoline
projectPath: trampoline
githubToken: ${{ secrets.GITHUB_TOKEN }}

- uses: actions/upload-artifact@v2
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Restore Library cache
uses: actions/cache@v2
with:
path: trampoline_unity/trampoline/Library
path: trampoline/Library
key: Library-test-project
restore-keys: |
Library-test-project-
Expand All @@ -54,7 +54,7 @@ jobs:
id: testRunner
with:
testMode: all
projectPath: trampoline_unity/trampoline
projectPath: trampoline
githubToken: ${{ secrets.GITHUB_TOKEN }}

- uses: actions/upload-artifact@v2
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
- name: Restore Library cache
uses: actions/cache@v2
with:
path: trampoline_unity/trampoline/Library
path: trampoline/Library
key: Library-build-${{ matrix.targetPlatform }}
restore-keys: |
Library-build-
Expand All @@ -105,7 +105,7 @@ jobs:
- uses: webbertakken/unity-builder@v2
with:
targetPlatform: ${{ matrix.targetPlatform }}
projectPath: trampoline_unity/trampoline
projectPath: trampoline


- uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 38f7c9d

Please sign in to comment.