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 151389e commit 0d8359bCopy full SHA for 0d8359b
.github/workflows/create-release-pr.yml
@@ -61,6 +61,14 @@ jobs:
61
echo "Unity found at: $UNITY_PATH"
62
$UNITY_PATH -version
63
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
+
72
- name: 🏗️ Run composeRelease.sh
73
run: |
74
chmod +x ./composeRelease.sh
0 commit comments