From e048f9824271269eeaddd98a89cd481b63411923 Mon Sep 17 00:00:00 2001 From: Alex Kaszynski Date: Thu, 2 Nov 2023 10:25:35 -0600 Subject: [PATCH] fix download-artifact --- .github/workflows/testing-and-deployment.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/testing-and-deployment.yml b/.github/workflows/testing-and-deployment.yml index adb161e..af39cec 100644 --- a/.github/workflows/testing-and-deployment.yml +++ b/.github/workflows/testing-and-deployment.yml @@ -75,6 +75,7 @@ jobs: permissions: id-token: write # this permission is mandatory for trusted publishing steps: + - uses: actions/download-artifact@v3 with: path: dist/ - name: Flatten directory structure