Skip to content

Commit

Permalink
修改为直接copy 生成的文件 而非 打包文件所在文件夹
Browse files Browse the repository at this point in the history
  • Loading branch information
darkSheep404 authored Jun 1, 2023
1 parent bbee891 commit 9d5e294
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: echo "::set-output name=plugin_file::$(find ${{ github.workspace }}/build/distributions -name '*.zip' -type f)"

- name: Archive plugin
run: zip -r ${{ github.workspace }}/plugin.zip ${{ steps.get_plugin_file.outputs.plugin_file }}
run: mv ${{ steps.get_plugin_file.outputs.plugin_file }} ${{ github.workspace }}/plugin.zip
- name: Generate version number
id: version
run: |
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
<strong>notes will be stored at 'D:\sheepnote\data.sqllite' by default,delete it will leads to note lost <strong>
<strong>if it do help to you, or any suggestions,pls star/issue/pr in below github repo </strong>
<strong><a href ="https://github.com/darkSheep404/sheepNote"> github仓库</a></strong>
<img src ="https://plugins.jetbrains.com/files/21869/preview_7a83b6d9-ef33-4d19-8cea-7b2b2cb41729.png"><img>
<img src ="https://plugins.jetbrains.com/files/21869/preview_32d9d92b-40e6-4362-ad3f-d71923ea41d9.png"><img>
<img src ="https://plugins.jetbrains.com/files/21869/preview_7a83b6d9-ef33-4d19-8cea-7b2b2cb41729"><img>
<img src ="https://plugins.jetbrains.com/files/21869/preview_32d9d92b-40e6-4362-ad3f-d71923ea41d9"><img>
]]></description>

Expand Down

0 comments on commit 9d5e294

Please sign in to comment.