From cb4376d9cd15712ef45decd4721dbcf8df660f74 Mon Sep 17 00:00:00 2001 From: ScreenTinker Date: Wed, 5 Aug 2026 00:14:29 -0500 Subject: [PATCH] Actually attach autorun.zip to the release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The rc2 workflow built autorun.zip and then published a release without it: the edit that was supposed to add it to the gh release create asset list never applied, and nothing asserted that it had. Built artifacts that quietly fail to ship are worse than ones that fail loudly — the release looked green. Attached to rc2 by hand; from rc3 the workflow does it. Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_01Uaeo9MvzKoyXuN6ZsbhtkL --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3028207..81fd5f6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -143,6 +143,7 @@ jobs: --title "ScreenTinker ${{ steps.ver.outputs.tag }}" \ --notes-file RELEASE_NOTES.md \ "${TARBALL}" \ + autorun.zip \ tizen/ScreenTinker.wgt docker: