ob2qualkard v0.2 test alpha

This commit is contained in:
2026-08-05 21:11:46 -03:00
parent 43a66d604c
commit 7085576313
13 changed files with 308 additions and 209 deletions

View File

@@ -19,7 +19,7 @@
# * rcb@beco.cc *
# **************************************************************************
name: Zettelclean CI
name: ob2qualkard CI
on:
push:

View File

@@ -19,7 +19,7 @@
# * rcb@beco.cc *
# **************************************************************************
name: Release Zettelclean
name: Release ob2qualkard
on:
push:
@@ -71,6 +71,6 @@ jobs:
tag="${GITHUB_REF#refs/tags/}"
gh release create "$tag" \
--title="Zettelclean $tag" \
--title="ob2qualkard $tag" \
--draft \
main.js manifest.json ${{ steps.styles.outputs.exists == 'true' && 'styles.css' || '' }}