Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jandelgado committed Oct 11, 2024
1 parent 626443a commit 612fd29
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ runs:
else
URL="https://api.github.com/repos/jandelgado/gcov2lcov/releases/tags/${{inputs.version}}"
fi
echo "URL=$URL"
# starting with version v1.1.0 gcov2lcov changed it's artefact naming a bit.
# we are gentle and support also the old naming convetion
PACKAGE_URL=$(curl "$URL" | jq -r '.assets[] | select(.name | test("gcov2lcov.*linux.amd64.tar.gz")) | .browser_download_url')
Expand Down

0 comments on commit 612fd29

Please sign in to comment.