mirror of
https://code.forgejo.org/actions/download-artifact
synced 2025-06-07 20:48:21 +02:00
Unfix error
This commit is contained in:
parent
9a869e9c49
commit
a39a661f39
1 changed files with 3 additions and 3 deletions
|
@ -138,10 +138,10 @@ export async function run(): Promise<void> {
|
|||
)
|
||||
}
|
||||
}
|
||||
core.info(`Total of ${artifacts.length} artifact(s) downloaded`)
|
||||
core.setOutput(Outputs.DownloadPath, resolvedPath)
|
||||
core.info('Download artifact has finished successfully')
|
||||
}
|
||||
core.info(`Total of ${artifacts.length} artifact(s) downloaded`)
|
||||
core.setOutput(Outputs.DownloadPath, resolvedPath)
|
||||
core.info('Download artifact has finished successfully')
|
||||
}
|
||||
|
||||
run().catch(err =>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue