From a245406699fb992057ccd6e7e4c99ad5d57c9e0f Mon Sep 17 00:00:00 2001 From: mendax1234 Date: Thu, 26 May 2022 22:38:14 +0800 Subject: [PATCH] Update publish.yml --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 94a2c41..b855c09 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -23,7 +23,7 @@ jobs: id: build run: | mkdir ${{ env.PLUGIN_NAME }} - cp README.md package.json icon.png *.css ${{ env.PLUGIN_NAME }} + cp README.md package.json icon.svg *.css ${{ env.PLUGIN_NAME }} zip -r ${{ env.PLUGIN_NAME }}.zip ${{ env.PLUGIN_NAME }} ls echo "::set-output name=tag_name::$(git tag --sort version:refname | tail -n 1)"