Skip to content

Commit f5f9ff7

Browse files
committed
Fix/CrashRpt/Mac,Lin: Fix output variables to debug files, #193
1 parent ef64176 commit f5f9ff7

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/actions/build-lin/action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ outputs:
1515
xpl-file-name:
1616
description: Path to the resulting xpl file
1717
value: ${{ steps.return.outputs.xpl-file-name }}
18+
pdb-file-name:
19+
description: Path to the resulting .debug.zip file (debug symbol info)
20+
value: ${{ steps.return.outputs.pdb-file-name }}
1821

1922
runs:
2023
using: "composite"

.github/actions/build-mac/action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ outputs:
1515
xpl-file-name:
1616
description: Path to the resulting xpl file
1717
value: ${{ steps.return.outputs.xpl-file-name }}
18+
pdb-file-name:
19+
description: Path to the resulting .dSYM.zip file (debug symbol info)
20+
value: ${{ steps.return.outputs.pdb-file-name }}
1821

1922
runs:
2023
using: "composite"

0 commit comments

Comments
 (0)