Skip to content

Commit

Permalink
Set directory for dowloaded artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarbenjamin committed Mar 29, 2024
1 parent 53f426f commit 6b57577
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ jobs:
uses: actions/download-artifact@v4
with:
name: release-artifacts
path: dist

- run: ls -R dist

- name: Publish package on PyPI
if: needs.tag-and-build.outputs.tag
Expand Down

0 comments on commit 6b57577

Please sign in to comment.