From 4bbc92de0bb8d8332ee703ce372275b083cf61ce Mon Sep 17 00:00:00 2001 From: Kent Bull Date: Wed, 28 Feb 2024 08:45:07 -0700 Subject: [PATCH] ci: specify publish directory --- .github/workflows/build-and-publish.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-and-publish.yaml b/.github/workflows/build-and-publish.yaml index ca317a5..eefaf79 100644 --- a/.github/workflows/build-and-publish.yaml +++ b/.github/workflows/build-and-publish.yaml @@ -64,6 +64,7 @@ jobs: uses: actions/download-artifact@v3 with: name: python-package + path: kaslcred-dist/ - name: List files in the current directory run: | @@ -80,4 +81,4 @@ jobs: python -m pip install twine - name: Publish - run: twine upload python-package/* \ No newline at end of file + run: twine upload kaslcred-dist/* \ No newline at end of file