Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani authored Nov 13, 2023
1 parent 4507022 commit 7dfc23a
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,24 @@ jobs:
run: |
npm install
npm run build
- uses: actions/upload-artifact@v3
with:
name: dist
path: ./dist
retention-days: 1

publish:
needs: build
runs-on: ubuntu-latest
steps:
- name: Checkout Packaging repository
uses: actions/checkout@v3
- uses: actions/download-artifact@master
with:
name: dist
- name: Checkpoint
run: |
ls -alFh
ls -alFh dist

0 comments on commit 7dfc23a

Please sign in to comment.