Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonXuDeveloper committed Nov 13, 2024
1 parent 4f99639 commit 575f66e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
# Cache Unity Project
- uses: actions/cache@v3
with:
path: ./Nino.Unity/Library
path: ./src/Nino.Unity/Library
key: Library-${{ hashFiles('Assets/**', 'Packages/**', 'ProjectSettings/**') }}
restore-keys: |
Library-
Expand All @@ -53,7 +53,7 @@ jobs:
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
UNITY_SERIAL: ${{ secrets.UNITY_SERIAL }}
with:
projectPath: ./Nino.Unity
projectPath: ./src/Nino.Unity
githubToken: ${{ secrets.GITHUB_TOKEN }}
# unityVersion: '2022.3.52f1'

Expand Down

0 comments on commit 575f66e

Please sign in to comment.