Skip to content
This repository was archived by the owner on Nov 21, 2021. It is now read-only.

Commit 48159a3

Browse files
committed
Print GitHub artifact download URL
Mostly for debugging purposes
1 parent 5e77037 commit 48159a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/fetch-github-artifacts.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ for i in 0 1 2 3 4 5 6 7; do
6363
link=$(echo "$links" | jq --raw-output ".[$i].url")
6464

6565
echo "Downloading artifact $((i + 1)): $name..."
66+
echo "Link: $link"
6667

6768
mkdir "$name"
6869
curl --user "Kage-Yami:$GITHUB_API_TOKEN" "$link" --output "$name.zip"

0 commit comments

Comments
 (0)