Skip to content

Commit cd348eb

Browse files
authored
Update action.yml
Correct the parameter for the parameter set identification.
1 parent 41843ce commit cd348eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ runs:
215215
}
216216
217217
if ("${{ steps.validation.outputs.use_custom_url }}" -eq "1") {
218-
Invoke-Installer -FilePath "${{ inputs.release-asset-name }}" -InstallArgs ("/quiet")
218+
Invoke-Installer -LocalPath "${{ inputs.release-asset-name }}" -InstallArgs ("/quiet")
219219
} else {
220220
Invoke-Installer -URL "https://download.swift.org/${{ inputs.branch }}/windows10/swift-${{ inputs.tag }}/swift-${{ inputs.tag }}-windows10.exe" -InstallArgs ("/quiet")
221221
}

0 commit comments

Comments
 (0)