Update download-artifact.ts

This commit is contained in:
Austin Sasko 2022-03-17 18:17:01 -04:00 committed by GitHub
parent 1d04e136ce
commit 70d5f75956
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,9 +11,9 @@ async function run(): Promise<void> {
const extract = core.getInput(Inputs.Extract, {required: false}) const extract = core.getInput(Inputs.Extract, {required: false})
let extractArtifact let extractArtifact
if(extract == "True") { if(extract == "True") {
extractArtifact = True extractArtifact = true
} else { } else {
extractArtifact = False extractArtifact = fallse
} }
let resolvedPath let resolvedPath