Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
swk777 committed Jun 20, 2022
1 parent c164b91 commit 8629eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
yarn
yarn build
mkdir ${{ env.PLUGIN_NAME }}
cp README.md package.json icon.png demo.gif ${{ env.PLUGIN_NAME }}
cp README.md package.json icon.png demo.png settings.png ${{ env.PLUGIN_NAME }}
mv dist ${{ env.PLUGIN_NAME }}
zip -r ${{ env.PLUGIN_NAME }}.zip ${{ env.PLUGIN_NAME }}
ls
Expand Down

0 comments on commit 8629eee

Please sign in to comment.