We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41843ce commit cd348ebCopy full SHA for cd348eb
action.yml
@@ -215,7 +215,7 @@ runs:
215
}
216
217
if ("${{ steps.validation.outputs.use_custom_url }}" -eq "1") {
218
- Invoke-Installer -FilePath "${{ inputs.release-asset-name }}" -InstallArgs ("/quiet")
+ Invoke-Installer -LocalPath "${{ inputs.release-asset-name }}" -InstallArgs ("/quiet")
219
} else {
220
Invoke-Installer -URL "https://download.swift.org/${{ inputs.branch }}/windows10/swift-${{ inputs.tag }}/swift-${{ inputs.tag }}-windows10.exe" -InstallArgs ("/quiet")
221
0 commit comments