File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 fail-fast : false
1111 matrix :
1212 projectPath :
13- - Samples/AppKit Sample
13+ - ' Samples/AppKit Sample'
1414 targetPlatform :
1515 - StandaloneOSX # Build a macOS standalone (Intel 64-bit).
1616 # - StandaloneWindows # Build a Windows standalone.
2626 lfs : true
2727 - uses : actions/cache@v3
2828 with :
29- path : Library
30- key : Library-${{ matrix.targetPlatform }}
29+ path : ${{ matrix.projectPath }}/ Library
30+ key : Library-${{ matrix.projectPath }}-${{ matrix. targetPlatform }}
3131 restore-keys : Library-
3232 - if : matrix.targetPlatform == 'Android'
3333 uses : jlumbroso/free-disk-space@v1.3.1
3737 UNITY_EMAIL : ${{ secrets.UNITY_EMAIL }}
3838 UNITY_PASSWORD : ${{ secrets.UNITY_PASSWORD }}
3939 with :
40+ projectPath : ${{ matrix.projectPath }}
4041 targetPlatform : ${{ matrix.targetPlatform }}
4142 - uses : actions/upload-artifact@v3
4243 with :
You can’t perform that action at this time.
0 commit comments