diff --git a/.github/workflows/habitat-build.yml b/.github/workflows/habitat-build.yml index ea56ccbf..43a910f1 100644 --- a/.github/workflows/habitat-build.yml +++ b/.github/workflows/habitat-build.yml @@ -82,7 +82,7 @@ jobs: hab origin key download --auth $HAB_AUTH_TOKEN --secret $HAB_ORIGIN echo "--- running linux hab build" hab pkg build . - hartfile=$(ls ./results *.hart | grep "chef-cli" | tail -n 1) + hartfile=$(ls ./results | grep "chef-cli" | tail -n 1) hab pkg install $hartfile hab pkg list --all chmod +x habitat/tests/test.sh