Skip to content

Commit

Permalink
chore: archive build artefacts for non-dev testers (#1064)
Browse files Browse the repository at this point in the history
  • Loading branch information
akloeckner authored Jan 28, 2024
1 parent af01df1 commit af3d02e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,9 @@ jobs:
run: npm ci
- name: Build the project
run: npm run build --if-present
- name: Archive distribution bundle
uses: actions/upload-artifact@v4
with:
name: dist-node${{ matrix.node-version }}
path: |
dist

0 comments on commit af3d02e

Please sign in to comment.