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 }}