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:
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
1922runs :
2023 using : " composite"
Original file line number Diff line number Diff 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
1922runs :
2023 using : " composite"
You can’t perform that action at this time.
0 commit comments