File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ jobs:
117117 with :
118118 arch : ${{ matrix.arch }}
119119 pluslib-repository : https://github.com/${{ github.repository }}.git
120- pluslib-tag : ${{ github.sha }}
120+ pluslib-tag : ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github. sha }}
121121 vtk-cache-key : ${{ needs.update_vtk_x64.outputs.cache-key }}
122122 itk-cache-key : ${{ needs.update_itk_x64.outputs.cache-key }}
123123 archive-name : PlusApp-Win64
@@ -155,7 +155,7 @@ jobs:
155155 with :
156156 arch : Win32
157157 pluslib-repository : https://github.com/${{ github.repository }}.git
158- pluslib-tag : ${{ github.sha }}
158+ pluslib-tag : ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github. sha }}
159159 vtk-cache-key : ${{ needs.update_vtk_Win32.outputs.cache-key }}
160160 itk-cache-key : ${{ needs.update_itk_Win32.outputs.cache-key }}
161161 archive-name : PlusApp-Win32
@@ -197,7 +197,7 @@ jobs:
197197 with :
198198 arch : ${{ matrix.arch }}
199199 pluslib-repository : https://github.com/${{ github.repository }}.git
200- pluslib-tag : ${{ github.sha }}
200+ pluslib-tag : ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github. sha }}
201201 vtk-cache-key : ${{ needs.update_vtk_static_x64.outputs.cache-key }}
202202 itk-cache-key : ${{ needs.update_itk_static_x64.outputs.cache-key }}
203203 archive-name : PlusApp-Static-Win64
You can’t perform that action at this time.
0 commit comments