Skip to content

Commit

Permalink
download artifact action
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhavsinghal87 committed Feb 1, 2024
1 parent 417200b commit 8f789af
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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..."

Expand Down

0 comments on commit 8f789af

Please sign in to comment.