Skip to content

Commit

Permalink
ci: resolve relative install-dir paths
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Howard <[email protected]>
  • Loading branch information
jhoward-lm committed Nov 15, 2024
1 parent b7063f6 commit e51c8f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
exit_with_error "Not found in PATH or installed to wrong location"
fi
expected="${{ matrix.install-dir || '$HOME/.bomctl' }}/bomctl }}"
expected="${{ matrix.install-dir || '$HOME/.bomctl' }}/bomctl"
[[ $expected != /* ]] && expected="${GITHUB_WORKSPACE}/${expected#.\/}"
log_info "Verifying binary was installed into specified install-dir..."
Expand Down

0 comments on commit e51c8f0

Please sign in to comment.