From 5c184e4a49a2488a795dbaa1107934520c9f25ea Mon Sep 17 00:00:00 2001 From: Ben Zhang Date: Sun, 6 Oct 2024 15:59:32 -0700 Subject: [PATCH] Download build artifacts to the correct folder (#2) --- .github/workflows/build-and-publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index ba7aa49..681dfcc 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -47,6 +47,7 @@ jobs: uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 with: name: build-artifacts + path: dist/ - name: Publish to GitHub Release uses: softprops/action-gh-release@c062e08bd532815e2082a85e87e3ef29c3e6d191 # v2.0.8