Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SamanthaVS-BBD authored Feb 26, 2024
1 parent ce11bd7 commit 81cc52a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
testMode:
- EditMode
- PlayMode
projectPath:
- test_game
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand All @@ -26,7 +28,7 @@ jobs:
uses: actions/cache@v2
id: lfs-cache
with:
path: test_game/.git/lfs
path: .git/lfs
key: ${{ runner.os }}-lfs-${{ hashFiles('test_game/.lfs-assets-id') }}

- name: Git LFS Pull
Expand All @@ -39,7 +41,7 @@ jobs:
- name: Restore Library cache
uses: actions/cache@v2
with:
path: test_game/Library
path: Library
key: Library-test-project-${{ matrix.targetPlatform }}
restore-keys: |
Library-test-project-
Expand Down Expand Up @@ -75,7 +77,7 @@ jobs:
uses: actions/cache@v2
id: lfs-cache
with:
path: test_game/.git/lfs
path: .git/lfs
key: ${{ runner.os }}-lfs-${{ hashFiles('test_game/.lfs-assets-id') }}

- name: Git LFS Pull
Expand All @@ -88,7 +90,7 @@ jobs:
- name: Restore Library cache
uses: actions/cache@v2
with:
path: test_game/Library
path: Library
key: Library-build-WebGL
restore-keys: |
Library-build-
Expand Down

0 comments on commit 81cc52a

Please sign in to comment.