Skip to content

Commit

Permalink
ci(github): Wrong built package artifact path
Browse files Browse the repository at this point in the history
  • Loading branch information
rpatterson committed Feb 10, 2024
1 parent 6f3a75a commit 913cd3e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: >-
Expand Down

0 comments on commit 913cd3e

Please sign in to comment.