Fix nested Library cache

pull/310/head
Frostebite 2022-01-09 17:33:20 +00:00
parent bf1373c4c3
commit 7eebda1342
1 changed files with 2 additions and 1 deletions

View File

@ -74,6 +74,7 @@ jobs:
TARGET_PLATFORM: ${{ matrix.targetPlatform }} TARGET_PLATFORM: ${{ matrix.targetPlatform }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
KUBE_CONFIG: ${{ steps.read-base64.outputs.base64 }} KUBE_CONFIG: ${{ steps.read-base64.outputs.base64 }}
unityVersion: ${{ matrix.unityVersion }}
########################### ###########################
# Cloud Runner Build Test # # Cloud Runner Build Test #
@ -88,7 +89,7 @@ jobs:
kubeConfig: ${{ steps.read-base64.outputs.base64 }} kubeConfig: ${{ steps.read-base64.outputs.base64 }}
githubToken: ${{ secrets.GITHUB_TOKEN }} githubToken: ${{ secrets.GITHUB_TOKEN }}
projectPath: test-project projectPath: test-project
unityVersion: ${{ matrix.targetPlatform }} unityVersion: ${{ matrix.unityVersion }}
versioning: None versioning: None
EXPERIMENTAL_HOOK: | EXPERIMENTAL_HOOK: |
- name: FUSE filesystem to s3 - name: FUSE filesystem to s3