Skip to content

Commit 6d10e31

Browse files
committed
Show URL before curling down
1 parent 4c69441 commit 6d10e31

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ runs:
3232
BINARY_NAME=fetch-gh-release-binary
3333
ASSET_NAME=$BINARY_NAME_$VERSION_Linux_amd64.tar.gz
3434
35+
echo Fetching https://github.com/charlieegan3/fetch-gh-release-binary/releases/download/$VERSION/$ASSET_NAME
36+
3537
curl -LO https://github.com/charlieegan3/fetch-gh-release-binary/releases/download/$VERSION/$ASSET_NAME
3638
tar -zxf $ASSET_NAME
3739

0 commit comments

Comments
 (0)