We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcc12fa commit 1fca853Copy full SHA for 1fca853
.github/workflows/ci.yml
@@ -59,6 +59,14 @@ jobs:
59
Library-${{ matrix.targetPlatform }}-
60
Library-
61
62
+ - name: Cache Build Output
63
+ uses: actions/cache@v4
64
+ with:
65
+ path: build
66
+ key: Build-${{ matrix.targetPlatform }}-${{ hashFiles('Assets/**', 'Packages/**', 'ProjectSettings/**') }}
67
+ restore-keys: |
68
+ Build-${{ matrix.targetPlatform }}-
69
+
70
- run: echo "::add-mask::${{ secrets.LICENSE_SERVER_URL }}"
71
72
- uses: game-ci/unity-builder@v4
0 commit comments