We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a82087 commit b4d65e6Copy full SHA for b4d65e6
.github/workflows/release.yml
@@ -19,8 +19,8 @@ jobs:
19
steps:
20
- uses: actions/checkout@v4
21
with:
22
- fetch-depth: 0
23
- lfs: true
+ sparse-checkout: |
+ ProjectSettings/ProjectVersion.txt
24
25
- name: Set unity version
26
id: set_unity_version
@@ -76,7 +76,6 @@ jobs:
76
77
78
79
80
lfs: true
81
82
# Avoid running into space issues for github runners - Docker images can take up quite some space
@@ -166,9 +165,6 @@ jobs:
166
165
if: ${{ github.repository_owner == 'JohannesDeml' }}
167
runs-on: ubuntu-latest
168
169
- - name: Checkout code
170
171
-
172
- uses: actions/download-artifact@v4
173
174
name: ${{ needs.variables.outputs.BUILD_NAME }}
0 commit comments