Skip to content

Commit

Permalink
try to fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
oylbin committed Dec 21, 2024
1 parent 48883ce commit aa69ab1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
gh release create "$tag" \
--title="$tag" \
--draft \
main.js manifest.json styles.css assets/
main.js manifest.json styles.css assets/*
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "external-file-embed-and-link",
"name": "External File Embed and Link",
"version": "1.0.6",
"version": "1.0.7",
"minAppVersion": "0.15.0",
"description": "Embed and link local files outside your vault with relative paths for cross-device and multi-platform compatibility.",
"author": "oylbin",
Expand Down

0 comments on commit aa69ab1

Please sign in to comment.