Skip to content

Commit

Permalink
wip 1719932367
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Heath <jason.heath@progress.com>
  • Loading branch information
Jason Heath committed Jul 2, 2024
1 parent 0416eee commit 35a2c7f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/actions/hab-pkg-build-and-upload-linux/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,10 @@ runs:
echo ---- BEGIN hab pkg path EXPERIMENTS
echo ---- hab pkg path $pkg_origin/$pkg_name
hab pkg path $pkg_origin/$pkg_name
echo ---- hab pkg path $pkg_origin/$pkg_name/$pkg_release
hab pkg path $pkg_origin/$pkg_name/$pkg_release
echo ---- hab pkg path $pkg_origin/$pkg_name/$pkg_version
hab pkg path $pkg_origin/$pkg_name/$pkg_version
echo ---- hab pkg path $pkg_origin/$pkg_name/$pkg_version/$pkg_release
hab pkg path $pkg_origin/$pkg_name/$pkg_version/$pkg_release
echo ---- hab pkg path $pkg_artifact
hab pkg path $pkg_artifact
echo ---- END hab pkg path EXPERIMENTS
Expand Down

0 comments on commit 35a2c7f

Please sign in to comment.