Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jandelgado committed Nov 5, 2020
1 parent 25469e3 commit f92e48b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -23,7 +23,7 @@ runs:
using: composite
steps:
- shell: bash
run: 'set -x && curl -sLf "${[ ${{inputs.version}} == latest ] && echo $LATEST_RELEASE || echo $RELEASE}/${NAME}.tar.gz" | tar zxf - --strip 1'
run: 'set -x && curl -sLf "$([ ${{inputs.version}} == latest ] && echo $LATEST_RELEASE || echo $RELEASE)/${NAME}.tar.gz" | tar zxf - --strip 1'
working-directory: /tmp
env:
NAME: "gcov2lcov-linux-amd64"
Expand Down

0 comments on commit f92e48b

Please sign in to comment.