Skip to content

Commit 298ea05

Browse files
committed
Update release to include files at root
1 parent c6009ea commit 298ea05

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,12 @@ jobs:
5353
with:
5454
name: "${{ github.ref_name }}"
5555
generate_release_notes: true
56-
files: obsidian-cursor-plugin.zip
56+
# 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
5763
env:
5864
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)