Skip to content

Commit

Permalink
Update CI to copy icon
Browse files Browse the repository at this point in the history
  • Loading branch information
ahangarha committed Aug 23, 2023
1 parent a76ce52 commit b38ddfa
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 @@ -24,7 +24,7 @@ jobs:
run: |
npm i && npm run build
mkdir ${{ env.PLUGIN_NAME }}
cp README.md package.json ${{ env.PLUGIN_NAME }}
cp README.md package.json icon.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 b38ddfa

Please sign in to comment.