Skip to content

Commit f638dde

Browse files
remove dup step
1 parent 6a33538 commit f638dde

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/unity-build.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -175,13 +175,6 @@ jobs:
175175
artifact_name="${MATRIX_OS}-${unity_version}-${MATRIX_BUILD_TARGET}-tests-batch-utp-logs"
176176
echo "name=$artifact_name" >> $GITHUB_OUTPUT
177177
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
185178
- name: Return License
186179
if: always()
187180
run: unity-cli return-license --license personal

0 commit comments

Comments
 (0)