Skip to content

Commit a3003b3

Browse files
remove logs
1 parent 0f4f86e commit a3003b3

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

.github/workflows/unity-build.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -138,12 +138,3 @@ jobs:
138138
shell: bash
139139
run: |
140140
unity-cli return-license --license personal
141-
- name: Upload Logs
142-
if: always()
143-
uses: actions/upload-artifact@v5
144-
with:
145-
name: ${{ github.run_id }}.${{ github.run_attempt }} ${{ matrix.os }} ${{ matrix.unity-version }} ${{ matrix.build-target }} logs
146-
retention-days: 1
147-
if-no-files-found: ignore
148-
path: |
149-
${{ github.workspace }}/**/*.log

0 commit comments

Comments
 (0)