Skip to content

Commit

Permalink
Change CI to create an artifact as well as uploading to the server.
Browse files Browse the repository at this point in the history
  • Loading branch information
SirStendec committed Aug 6, 2024
1 parent 6380d0a commit 3fddb8f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@ jobs:
- name: Build
run: pnpm build

- name: Archive Build
uses: actions/upload-artifact@v3
with:
name: dist
path: |
dist
- name: Deploy (Clean)
uses: garygrossgarten/github-action-ssh@release
with:
Expand Down

0 comments on commit 3fddb8f

Please sign in to comment.