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..."