Skip to content

Commit

Permalink
Update npm.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasleplus authored Aug 25, 2023
1 parent 93198cb commit 2eccedd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,8 @@ jobs:
node-version: 14
- name: Build
run: npm install && npm run dist
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
name: joplin-plugin-note-rename
path: dist/

0 comments on commit 2eccedd

Please sign in to comment.