Files
local-transcription/.gitea/workflows/build-app-linux.yml
Developer f3843d59f1
All checks were successful
Release / Bump version and tag (push) Successful in 7s
Fix empty tag in dispatched Windows builds
The workflow_dispatch input was accessed as github.event.inputs.tag
which can be empty depending on the Gitea runner. Now tries both
inputs.tag (modern syntax) and github.event.inputs.tag as fallback,
with a final fallback to the latest matching git tag.

Also switched Windows Determine-tag steps from PowerShell to bash
(via Git Bash) for consistency with the other platforms.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-06 18:59:17 -07:00

3.6 KiB