Skip to content

Commit

Permalink
Changed the dist directory in ci_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vhaasteren committed Nov 8, 2023
1 parent 3955f7d commit 4da91df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: dist
path: ./
path: ./dist/
- name: List files in dist
run: echo "Content of dist:" && ls -lah dist/ && echo "Content of ./:" && ls -lah ./
- name: Publish to PyPI
Expand Down

0 comments on commit 4da91df

Please sign in to comment.