gnucash-on-windows future: Workflows: Adjust release-publishing action to ensure the tag is created.

John Ralls jralls at code.gnucash.org
Mon Aug 24 20:03:32 EDT 2026


Updated	 via  https://github.com/Gnucash/gnucash-on-windows/commit/6d79ebaa (commit)
	from  https://github.com/Gnucash/gnucash-on-windows/commit/e9a795f5 (commit)



commit 6d79ebaa1de5448df108992d0b8f30e3b3e92789
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Aug 24 17:01:07 2026 -0700

    Workflows: Adjust release-publishing action to ensure the tag is created.
    
    Uploading assets to a release whose tag doesn't exist yet permanently
    pins their download URLs to a synthetic "untagged-XXXX" path --
    publishing the release afterwards does NOT fix already-uploaded assets.
    So this ordering (create empty, publish, only then upload) is
    load-bearing; don't collapse it back into a single "gh release create
    <tag> <files>" call.



Summary of changes:
 .github/actions/publish-ucrt64-repo/action.yml | 25 ++++++++++++-------------
 1 file changed, 12 insertions(+), 13 deletions(-)



More information about the gnucash-patches mailing list