Skip to content

Commit

Permalink
update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TankCool committed Apr 10, 2022
1 parent d1c7aa1 commit 479e8f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/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 screenshot20210914.png LICENSE ${{ env.PLUGIN_NAME }}
cp README.md package.json icon.png LICENSE ${{ env.PLUGIN_NAME }}
mv dist ${{ env.PLUGIN_NAME }}
zip -r ${{ env.PLUGIN_NAME }}.zip ${{ env.PLUGIN_NAME }}
ls
Expand Down

0 comments on commit 479e8f7

Please sign in to comment.