File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5178,10 +5178,10 @@ jobs:
51785178 runs-on : ${{ inputs.default_build_runner }}
51795179
51805180 steps :
5181- - name : Download Swift SDK Installer (${{ inputs.release && 'online' || ' offline' }} )
5181+ - name : Download Swift SDK Installer (offline)
51825182 uses : actions/download-artifact@v4
51835183 with :
5184- name : Windows-${{ inputs.build_arch }}-installer-${{ inputs.release && 'online' || ' offline' }}
5184+ name : Windows-${{ inputs.build_arch }}-installer-offline
51855185 path : ${{ github.workspace }}/tmp
51865186
51875187 # TODO(compnerd): migrate this to compnerd/gha-setup-swift after the work that @mangini is doing is completed
@@ -5295,10 +5295,10 @@ jobs:
52955295 arch : [ x86_64, aarch64 ]
52965296
52975297 steps :
5298- - name : Download Swift SDK Installer (${{ inputs.release && 'online' || ' offline' }} )
5298+ - name : Download Swift SDK Installer (offline)
52995299 uses : actions/download-artifact@v4
53005300 with :
5301- name : Windows-${{ inputs.build_arch }}-installer-${{ inputs.release && 'online' || ' offline' }}
5301+ name : Windows-${{ inputs.build_arch }}-installer-offline
53025302 path : ${{ github.workspace }}/tmp
53035303
53045304 # TODO(compnerd): migrate this to compnerd/gha-setup-swift after the work that @mangini is doing is completed
You can’t perform that action at this time.
0 commit comments