Skip to content

Commit

Permalink
downlaod artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
gavin-xin committed Feb 22, 2024
1 parent 65f9be5 commit e05c1d0
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .github/workflows/depolyment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,12 @@ jobs:
needs: test
runs-on: ubuntu-latest
steps:
- name: Get code
uses: actions/checkout@v4
- name: Install nodejs
uses: actions/setup-node@v4
with:
node-version: 18
- name: Install dependencies
run: npm ci
- name: Build project
run: npm run build
- name: down load artifacts
uses: actions/download-artifact@v3
with:
name: dist-files
- name: output contents
run: ls
- name: Deploy
run: echo "deploying"

Expand Down

0 comments on commit e05c1d0

Please sign in to comment.