Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2439186

Browse filesBrowse files
committed
Fix bug introduced in 4.2.0
1 parent c5804ef commit 2439186
Copy full SHA for 2439186

File tree

Expand file treeCollapse file tree

1 file changed

+3
-4
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-4
lines changed
Open diff view settings
Collapse file

‎src/download-artifact.ts‎

Copy file name to clipboardExpand all lines: src/download-artifact.ts
+3-4Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,11 +138,10 @@ async function run(): Promise<void> {
138138
)
139139
}
140140
}
141-
142-
core.info(`Total of ${artifacts.length} artifact(s) downloaded`)
143-
core.setOutput(Outputs.DownloadPath, resolvedPath)
144-
core.info('Download artifact has finished successfully')
145141
}
142+
core.info(`Total of ${artifacts.length} artifact(s) downloaded`)
143+
core.setOutput(Outputs.DownloadPath, resolvedPath)
144+
core.info('Download artifact has finished successfully')
146145
}
147146

148147
run().catch(err =>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.