We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6009ea commit 298ea05Copy full SHA for 298ea05
1 file changed
.github/workflows/release.yml
@@ -53,6 +53,12 @@ jobs:
53
with:
54
name: "${{ github.ref_name }}"
55
generate_release_notes: true
56
- files: obsidian-cursor-plugin.zip
+ # Zip for manual / some tools; also attach loose files — BRAT and others
57
+ # resolve manifest.json from the release as direct assets, not from inside the zip.
58
+ files: |
59
+ obsidian-cursor-plugin.zip
60
+ main.js
61
+ manifest.json
62
+ styles.css
63
env:
64
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments