From 04d676d1390fbcd5861fba02f1af30e457812dab Mon Sep 17 00:00:00 2001 From: nullishamy Date: Sat, 22 Jun 2024 19:10:35 +0100 Subject: [PATCH] ci: Use dist dir for artifact download --- .github/workflows/release-deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-deploy.yml b/.github/workflows/release-deploy.yml index d139b95..f01c767 100644 --- a/.github/workflows/release-deploy.yml +++ b/.github/workflows/release-deploy.yml @@ -50,6 +50,7 @@ jobs: uses: actions/download-artifact@v4 with: name: css + path: "dist/" - name: Create tarball if: ${{ steps.release.outputs.release_created }}