Skip to content

Commit

Permalink
added uploaded artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
priya committed Jul 7, 2024
1 parent 69aafc8 commit 6034e55
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 @@ -36,5 +36,11 @@ jobs:
needs: build
runs-on: ubuntu-latest
steps:
- name: Get build artifacts
uses: actions/download-artifact@v4
with:
name: dist-files
- name: lists
run: ls
- name: Deploy
run: echo "Deploying..."

0 comments on commit 6034e55

Please sign in to comment.