Skip to content

Commit

Permalink
Add artifact saving
Browse files Browse the repository at this point in the history
  • Loading branch information
mon authored Aug 12, 2022
1 parent ed8781c commit cbe5c10
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/webpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,9 @@ jobs:
run: |
npm install
npx webpack
- name: Save artifacts
uses: actions/upload-artifact@v3
with:
name: hues
path: dist/**/*

0 comments on commit cbe5c10

Please sign in to comment.