Skip to content

Commit 0d8359b

Browse files
committed
cache unity library
1 parent 151389e commit 0d8359b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/create-release-pr.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,14 @@ jobs:
6161
echo "Unity found at: $UNITY_PATH"
6262
$UNITY_PATH -version
6363
64+
- name: Cache Unity Library
65+
uses: actions/cache@v4
66+
with:
67+
path: OneSignalExample/Library
68+
key: Library-${{ runner.os }}-${{ hashFiles('**/Packages/manifest.json') }}
69+
restore-keys: |
70+
Library-${{ runner.os }}-
71+
6472
- name: 🏗️ Run composeRelease.sh
6573
run: |
6674
chmod +x ./composeRelease.sh

0 commit comments

Comments
 (0)