Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeguimaraes committed Nov 14, 2022
1 parent a58b415 commit 1f43c15
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- run: npm run build
- uses: montudor/action-zip@v1
with:
args: zip -qq -r logseq-plugin-merge-nested-blocks-into-one.zip dist README.md package.json LICENSE icon.png demo.gif
args: zip -qq -r logseq-plugin-add-PARA-properties.zip dist README.md package.json LICENSE icon.png demo.gif
- name: Release
run: npx semantic-release
env:
Expand Down
Binary file modified demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Turn Multiple Bullets Into One</title>
<title>Add PARA properties into Page</title>
</head>
<body>
<div id="app"></div>
Expand Down

0 comments on commit 1f43c15

Please sign in to comment.