File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,9 @@ outputs:
15
15
xpl-file-name :
16
16
description : Path to the resulting xpl file
17
17
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 }}
18
21
19
22
runs :
20
23
using : " composite"
Original file line number Diff line number Diff line change @@ -15,6 +15,9 @@ outputs:
15
15
xpl-file-name :
16
16
description : Path to the resulting xpl file
17
17
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 }}
18
21
19
22
runs :
20
23
using : " composite"
You can’t perform that action at this time.
0 commit comments