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 cc48e3c commit ce23734Copy full SHA for ce23734
.github/workflows/create-release-pr.yml
@@ -44,15 +44,7 @@ jobs:
44
brew install gh jq || true
45
gh auth status || gh auth login --with-token <<< "$GH_TOKEN"
46
47
- - name: Cache Unity installation
48
- id: cache-unity
49
- uses: actions/cache@v4
50
- with:
51
- path: /home/runner/Unity
52
- key: unity-${{ runner.os }}-2021.3.0f1
53
-
54
- name: Setup Unity
55
- if: steps.cache-unity.outputs.cache-hit != 'true'
56
uses: buildalon/unity-setup@v2.1.1
57
with:
58
version: 2021.3.0f1
0 commit comments