Skip to content

Commit

Permalink
Save dist folder to an artifact in run-build.yml workflow. farmOS#193
Browse files Browse the repository at this point in the history
  • Loading branch information
mstenta committed May 8, 2023
1 parent 3333b5f commit 7c23409
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ jobs:
node-version: '16.x'
- run: npm ci
- run: npm run build
- uses: actions/upload-artifact@v3
with:
path: dist
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

- Save dist folder to an artifact in run-build.yml workflow. #193

## [v2.1.0] - 2022-11-15

### Added
Expand Down

0 comments on commit 7c23409

Please sign in to comment.