Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
nhanphan committed Sep 13, 2024
1 parent 9a7b81e commit 83e8d67
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-program.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,8 @@ jobs:
throw new Error(`Asset ${assetName} not found in release tagged ${tag}`);
}
console.log(asset);
return {
download_url: asset.url,
asset_name: asset.name
Expand Down

0 comments on commit 83e8d67

Please sign in to comment.