Skip to content
This repository was archived by the owner on Jun 5, 2024. It is now read-only.

Commit 22c40ba

Browse files
committed
fix: typo in publish plugin
1 parent d73dfc0 commit 22c40ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: |
2828
yarn install && yarn build
2929
mkdir ${{ env.PLUGIN_NAME }}
30-
cp README.md package.json logo.png ${{ env.PLUGIN_NAME }}
30+
cp README.md package.json icon.png ${{ env.PLUGIN_NAME }}
3131
mv dist ${{ env.PLUGIN_NAME }}
3232
zip -r ${{ env.PLUGIN_NAME }}.zip ${{ env.PLUGIN_NAME }}
3333
ls

0 commit comments

Comments
 (0)