File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -232,10 +232,10 @@ runs:
232
232
if ("${{ steps.validation.outputs.use_custom_url }}" -eq "1") {
233
233
Invoke-Installer -LocalPath "${{ inputs.release-asset-name }}" -InstallArgs ("/quiet")
234
234
} else {
235
- if ("${{ input .build_arch }}" -eq "amd64") {
235
+ if ("${{ inputs .build_arch }}" -eq "amd64") {
236
236
Invoke-Installer -URL "https://download.swift.org/${{ inputs.branch }}/windows10/swift-${{ inputs.tag }}/swift-${{ inputs.tag }}-windows10.exe" -InstallArgs ("/quiet")
237
237
else {
238
- Invoke-Installer -URL "https://download.swift.org/${{ inputs.branch }}/windows10-${{ input .build_arch }}/swift-${{ inputs.tag }}/swift-${{ inputs.tag }}-windows10-${{ input .build_arch }}.exe" -InstallArgs ("/quiet")
238
+ Invoke-Installer -URL "https://download.swift.org/${{ inputs.branch }}/windows10-${{ inputs .build_arch }}/swift-${{ inputs.tag }}/swift-${{ inputs.tag }}-windows10-${{ inputs .build_arch }}.exe" -InstallArgs ("/quiet")
239
239
}
240
240
}
241
241
Update-EnvironmentVariables
You can’t perform that action at this time.
0 commit comments