From 81c07b2f6f1a01cef55038e6586a064852f7ad92 Mon Sep 17 00:00:00 2001 From: Elliana May Date: Sun, 24 Nov 2024 13:11:34 +1100 Subject: [PATCH] build: set download path --- .github/workflows/publish.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 03cf9dba..65821922 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -27,7 +27,9 @@ jobs: id-token: write # IMPORTANT: this permission is mandatory for trusted publishing steps: - uses: actions/download-artifact@v4 + with: + path: dist - run: ls - - run: ls dist/ + - run: ls * - name: Publish package distributions to PyPI uses: pypa/gh-action-pypi-publish@release/v1