Commit Graph
12 Commits
Author SHA1 Message Date
Keith Solomon 93af230406 Make asset upload resilient (warn on duplicate, don't fail)
Release / Build & publish plugin zip (push) Successful in 6s
2026-08-11 13:48:03 -05:00
Keith Solomon c98e46437e Make release creation idempotent (lookup existing release by tag first)
Release / Build & publish plugin zip (push) Successful in 6s
2026-08-11 13:46:16 -05:00
Keith Solomon 3bae89a203 Extract release JSON building into helper script (avoid YAML/bash heredoc trap)
Release / Build & publish plugin zip (push) Failing after 7s
2026-08-11 13:41:38 -05:00
Keith Solomon 123c0dbb7b Fix bash heredoc-inside-command-substitution by writing to temp file
Release / Build & publish plugin zip (push) Failing after 6s
2026-08-11 13:27:24 -05:00
Keith Solomon 57e1f63bcf Use heredoc for embedded Python (fix IndentationError)
Release / Build & publish plugin zip (push) Failing after 7s
2026-08-11 13:24:44 -05:00
Keith Solomon bea4875b05 Branch release step on host (github.com vs Gitea)
Release / Build & publish plugin zip (push) Failing after 6s
2026-08-11 13:18:49 -05:00
Keith Solomon 343f647770 Call Gitea REST API directly for releases (Gitea Actions compat)
Release / Build & publish plugin zip (push) Successful in 6s
2026-08-11 13:15:31 -05:00
Keith Solomon 7184d998e6 Use gh CLI for release creation (GHES compatibility)
Release / Build & publish plugin zip (push) Failing after 7s
2026-08-11 13:08:40 -05:00
Keith Solomon 189bde2008 Use upload-artifact@v3 for GHES compatibility
Release / Build & publish plugin zip (push) Failing after 35s
2026-08-11 13:05:35 -05:00
Keith Solomon a090527037 Use Python zipfile in build step (zip CLI not on runner)
Release / Build & publish plugin zip (push) Failing after 7s
2026-08-11 13:00:49 -05:00
Keith Solomon b4b6158f2d Fix double-v in artifact name 2026-08-11 07:00:28 -05:00
Keith Solomon 84e5119c41 Add GitHub Actions release workflow 2026-08-11 06:48:35 -05:00