File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ jobs:
157
157
run : tar -xvzf test-project.tar.gz
158
158
159
159
# - name: Build without Sentry SDK
160
- # run: ./test/Scripts.Integration.Test/build-project.ps1 -UnityPath "${{ env. UNITY_PATH } }" -Platform "${{ matrix.platform }}"
160
+ # run: ./test/Scripts.Integration.Test/build-project.ps1 -UnityPath "${env: UNITY_PATH}" -Platform "${{ matrix.platform }}"
161
161
162
162
- name : Download UPM package
163
163
uses : vaind/download-artifact@e7141b6a94ef28aa3d828b52830cfa1f406a1848 # v4-with-wait-timeout
@@ -373,7 +373,7 @@ jobs:
373
373
run : tar -xvzf test-project.tar.gz
374
374
375
375
- name : Build without Sentry SDK
376
- run : ./test/Scripts.Integration.Test/build-project.ps1 -UnityPath "${{ env. UNITY_PATH } }"
376
+ run : ./test/Scripts.Integration.Test/build-project.ps1 -UnityPath "${env: UNITY_PATH}"
377
377
378
378
- name : Download UPM package
379
379
uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
Original file line number Diff line number Diff line change 33
33
password : ${{ secrets.GITHUB_TOKEN }}
34
34
35
35
- name : Start the Unity docker container
36
- run : ./scripts/ci-docker.sh "${{ env. UNITY_VERSION } }" 'base' '${{ secrets.UNITY_LICENSE_SERVER_CONFIG }}'
36
+ run : ./scripts/ci-docker.sh "${UNITY_VERSION}" 'base' '${{ secrets.UNITY_LICENSE_SERVER_CONFIG }}'
37
37
shell : bash
38
38
39
39
- name : Create new Project
You can’t perform that action at this time.
0 commit comments