Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
trashhalo committed Jun 3, 2022
1 parent afce866 commit 2e83efd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
yarn
yarn build
mkdir ${{ env.PLUGIN_NAME }}
cp README.md logseq/icon.png logseq/demo.gif ${{ env.PLUGIN_NAME }}
mv logseq/dist ${{ env.PLUGIN_NAME }}
cp README.md ${{ env.PLUGIN_NAME }}
mv dist ${{ 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)"
Expand Down Expand Up @@ -61,6 +61,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./logseq/package.json
asset_path: ./package.json
asset_name: package.json
asset_content_type: application/json
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Uses [sumy](https://pypi.org/project/sumy/) to summarize long text in logseq

![demo](./logseq/demo.gif)
![demo](./public/demo.gif)

## Alpha

Expand Down
File renamed without changes

0 comments on commit 2e83efd

Please sign in to comment.