mirror of
https://github.com/screentinker/screentinker.git
synced 2026-08-13 13:53:12 -06:00
Actually attach autorun.zip to the release
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) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Uaeo9MvzKoyXuN6ZsbhtkL
This commit is contained in:
parent
5ce094b1f8
commit
cb4376d9cd
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
|
@ -143,6 +143,7 @@ jobs:
|
|||
--title "ScreenTinker ${{ steps.ver.outputs.tag }}" \
|
||||
--notes-file RELEASE_NOTES.md \
|
||||
"${TARBALL}" \
|
||||
autorun.zip \
|
||||
tizen/ScreenTinker.wgt
|
||||
|
||||
docker:
|
||||
|
|
|
|||
Loading…
Reference in a new issue