From 913cd3efc9cb14625b091248edaa6f753be28897 Mon Sep 17 00:00:00 2001 From: Ross Patterson Date: Thu, 8 Feb 2024 23:18:40 -0800 Subject: [PATCH] ci(github): Wrong built package artifact path --- .github/workflows/build-test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 0b5a1f02..b85adc95 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -175,8 +175,9 @@ jobs: uses: "actions/download-artifact@master" with: name: "built-pkgs" + path: | + ./dist/ # TODO: Debug stale venv issues and restore cache after fixing. - # Delegate steps agnostic of the CI/CD platform to the `./Makefile`: - name: "Build image and run tests and checks in a container" run: >-