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 6a33538 commit f638ddeCopy full SHA for f638dde
1 file changed
.github/workflows/unity-build.yml
@@ -175,13 +175,6 @@ jobs:
175
artifact_name="${MATRIX_OS}-${unity_version}-${MATRIX_BUILD_TARGET}-tests-batch-utp-logs"
176
echo "name=$artifact_name" >> $GITHUB_OUTPUT
177
shell: bash
178
- - name: Upload UTP logs artifact
179
- if: always()
180
- uses: actions/upload-artifact@v6
181
- with:
182
- name: ${{ steps.utp-artifact-name.outputs.name }}
183
- path: '**/*-utp-json.log'
184
- if-no-files-found: ignore
185
- name: Return License
186
if: always()
187
run: unity-cli return-license --license personal
0 commit comments