Skip to content

Commit 050bb40

Browse files
committed
print url of asset
Signed-off-by: Rajat Jindal <[email protected]>
1 parent 4c69362 commit 050bb40

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

dist/index.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/release.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ async function run(): Promise<void> {
5757

5858
const releaseMap = new Map<string, string>()
5959
for (const asset of release?.assets || []) {
60+
core.info(`calculating sha of ${asset.browser_download_url}`)
6061
const downloadPath = await tc.downloadTool(
6162
asset.browser_download_url,
6263
undefined,

0 commit comments

Comments
 (0)