Skip to content

Commit f481f73

Browse files
fix: remove relative paths from artifact upload
1 parent 8bf3321 commit f481f73

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/ui-tests.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,7 @@ jobs:
161161
uses: actions/upload-artifact@v4
162162
with:
163163
name: Unity6-macOS-Player-Log
164-
path: |
165-
sample-unity6/Tests/Sample Unity 6 macOS.app/Contents/Player.log
166-
~/Library/Logs/*/Player.log
164+
path: sample-unity6/Tests/Sample Unity 6 macOS.app/Contents/Player.log
167165
if-no-files-found: warn
168166
- name: Remove temporary keychain
169167
if: always()
@@ -330,9 +328,7 @@ jobs:
330328
uses: actions/upload-artifact@v4
331329
with:
332330
name: Unity6-Windows-Player-Log
333-
path: |
334-
sample-unity6/Tests/Sample Unity 6 Windows_Data/Player.log
335-
${{ env.APPDATA }}/../LocalLow/*/Sample Unity 6 Windows/Player.log
331+
path: sample-unity6/Tests/Sample Unity 6 Windows_Data/Player.log
336332
if-no-files-found: warn
337333
- name: Upload build log
338334
if: always()

0 commit comments

Comments
 (0)