Skip to content

Commit 67d4742

Browse files
committed
echo url
1 parent 9a311fb commit 67d4742

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/mirror-features.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
ORAS_VERSION=$(curl -s https://api.github.com/repos/oras-project/oras/releases/latest | jq -r '.tag_name')
2020
ORAS_TARBALL="oras_${ORAS_VERSION#v}_$(uname -s)_$(uname -m).tar.gz"
2121
22+
echo "https://github.com/oras-project/oras/releases/download/${ORAS_VERSION}/${ORAS_TARBALL}"
2223
curl -sL "https://github.com/oras-project/oras/releases/download/${ORAS_VERSION}/${ORAS_TARBALL}" -o oras.tar.gz
2324
tar -xzf oras.tar.gz oras
2425
sudo mv oras /usr/local/bin/

0 commit comments

Comments
 (0)