Skip to content

Commit

Permalink
wip 1719926571
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 13ea750 commit 1831e05
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/actions/hab-pkg-build-and-upload-linux/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ runs:
echo "--- built succesfully"
source results/last_build.env
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"
echo "--- hab pkg upload --auth elided-HAB_AUTH_TOKEN results/$pkg_artifact"
hab pkg upload --auth $HAB_AUTH_TOKEN results/$pkg_artifact
echo "--- uploaded succesfully"
7 changes: 6 additions & 1 deletion .github/actions/hab-pkg-build-and-upload-windows/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,14 @@ runs:
write-output "--- hab pkg build $BLDR_COMPONENT"
hab pkg build $env:BLDR_COMPONENT
write-output "--- build successfully"
write-output "--- built successfully"
. results\last_build.ps1
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"
write-output "--- hab pkg upload --auth elided-HAB_AUTH_TOKEN results/$pkg_artifact"
hab pkg upload --auth $env:HAB_AUTH_TOKEN results\$pkg_artifact
write-output "--- uploaded successfully"

0 comments on commit 1831e05

Please sign in to comment.