Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Bärenz committed Jan 5, 2024
1 parent b9eaa83 commit f4bc896
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 @@ -20,7 +20,7 @@ runs:
shell: bash
run: |
# Extract e.g. 0.1 from /runner/foo/bar/.../v0.1
export version=$(basename $GITHUB_ACTION_PATH | tail -c +1)
export version=$(basename $GITHUB_ACTION_PATH | tail -c +2)
wget https://github.com/Kleidukos/get-tested/releases/download/v${version}/get-tested-${version}-linux-amd64 -O get-tested
chmod +x get-tested
./get-tested --ubuntu --macos ${{ inputs.cabal-file }} >> $GITHUB_OUTPUT
Expand Down

0 comments on commit f4bc896

Please sign in to comment.