Skip to content

Commit 3bc593c

Browse files
committed
add pcp Install log to the log set to upload on failure
1 parent d54c090 commit 3bc593c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/macOS.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -379,13 +379,14 @@ jobs:
379379
run: |
380380
# Unmount any mounted PCP volumes
381381
hdiutil detach /Volumes/pcp* 2>/dev/null || true
382-
- name: Upload logs
383-
if: always()
382+
- name: Upload logs on failure
383+
if: failure()
384384
uses: actions/upload-artifact@v4
385385
with:
386386
name: macOS-logs
387387
path: |
388388
/var/log/install.log
389+
/var/log/pcp_inst.log
389390
retention-days: 7
390391
# New steps for handling releases on version tags below
391392
- name: Check if version tag

0 commit comments

Comments
 (0)