From fedce80528263917900cae4d3d1470d5c3bd53ff Mon Sep 17 00:00:00 2001 From: Naveen M K Date: Mon, 26 Aug 2024 13:23:15 +0530 Subject: [PATCH] CI: specify path when downloading artifacts --- .github/workflows/publish.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 801f374..63b122d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -56,6 +56,9 @@ jobs: uses: actions/download-artifact@v4 with: name: dist + path: dist/ + - name: Display Files + run: ls -R dist/ - name: Deploy 🚀 uses: JamesIves/github-pages-deploy-action@releases/v3 with: