Skip to content

Commit

Permalink
Correct var substitution
Browse files Browse the repository at this point in the history
  • Loading branch information
charlieegan3 committed Sep 19, 2021
1 parent 6d10e31 commit 8e2224d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ runs:
- run: |
VERSION=0.3.2
BINARY_NAME=fetch-gh-release-binary
ASSET_NAME=$BINARY_NAME_$VERSION_Linux_amd64.tar.gz
ASSET_NAME=${BINARY_NAME}_${VERSION}_Linux_amd64.tar.gz
echo Fetching https://github.com/charlieegan3/fetch-gh-release-binary/releases/download/$VERSION/$ASSET_NAME
Expand Down

0 comments on commit 8e2224d

Please sign in to comment.