Skip to content

Commit

Permalink
wip 1719926921
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Heath <[email protected]>
  • Loading branch information
Jason Heath committed Jul 2, 2024
1 parent 1831e05 commit f1f54fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/hab-pkg-build-and-upload-linux/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ runs:
source results/last_build.env
echo "--- hab pkg install --auth elided-HAB_AUTH_TOKEN results/$pkg_artifact
echo "--- hab pkg install --auth elided-HAB_AUTH_TOKEN results/$pkg_artifact"
hab pkg install --auth $HAB_AUTH_TOKEN results/$pkg_artifact
echo "--- installed succesfully"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ runs:
. results\last_build.ps1
write-output "--- hab pkg install --auth elided-HAB_AUTH_TOKEN results\$pkg_artifact
write-output "--- hab pkg install --auth elided-HAB_AUTH_TOKEN results\$pkg_artifact"
hab pkg install --auth $env:HAB_AUTH_TOKEN results\$pkg_artifact
write-output "--- installed successfully"
Expand Down

0 comments on commit f1f54fb

Please sign in to comment.