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 0f4f86e commit a3003b3Copy full SHA for a3003b3
1 file changed
.github/workflows/unity-build.yml
@@ -138,12 +138,3 @@ jobs:
138
shell: bash
139
run: |
140
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