Try fixing
This commit is contained in:
parent
4d45718f27
commit
707a369b41
1 changed files with 5 additions and 2 deletions
7
.github/workflows/publish-plugin.yml
vendored
7
.github/workflows/publish-plugin.yml
vendored
|
|
@ -48,9 +48,12 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
tag="${GITHUB_REF#refs/tags/}"
|
tag="${GITHUB_REF#refs/tags/}"
|
||||||
|
|
||||||
cd frontend/obsidian-plugin/dist
|
mkdir -p release
|
||||||
|
cp frontend/obsidian-plugin/dist/* release/
|
||||||
|
cp sync-server/artifacts/sync-server-* release/
|
||||||
|
cd release
|
||||||
|
|
||||||
gh release create "$tag" \
|
gh release create "$tag" \
|
||||||
--title="$tag" \
|
--title="$tag" \
|
||||||
--draft \
|
--draft \
|
||||||
main.js manifest.json styles.css artifacts/sync-server-*
|
*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue