Skip to content

Commit 8e2224d

Browse files
committed
Correct var substitution
1 parent 6d10e31 commit 8e2224d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ runs:
3030
- run: |
3131
VERSION=0.3.2
3232
BINARY_NAME=fetch-gh-release-binary
33-
ASSET_NAME=$BINARY_NAME_$VERSION_Linux_amd64.tar.gz
33+
ASSET_NAME=${BINARY_NAME}_${VERSION}_Linux_amd64.tar.gz
3434
3535
echo Fetching https://github.com/charlieegan3/fetch-gh-release-binary/releases/download/$VERSION/$ASSET_NAME
3636

0 commit comments

Comments
 (0)