From 8f789afa4a6cc2dce7768a28cd28f6e16b15ed20 Mon Sep 17 00:00:00 2001 From: Vaibhav Singhal Date: Thu, 1 Feb 2024 18:39:58 +0000 Subject: [PATCH] download artifact action --- .github/workflows/demo.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/demo.yml b/.github/workflows/demo.yml index 624fef7..e4ce400 100644 --- a/.github/workflows/demo.yml +++ b/.github/workflows/demo.yml @@ -44,6 +44,12 @@ jobs: needs: build runs-on: ubuntu-latest steps: + - name: Get build artifacts + uses: actions/download-artifact@v4 + with: + name: dist-files + - name: Output files + run: ls - name: Deploy run: echo "Deploying..."