File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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()
You can’t perform that action at this time.
0 commit comments