fix(release): pin riscv64 dispatch source ref

This commit is contained in:
Hunter B
2026-05-30 22:13:20 -07:00
parent c0dd43993c
commit bace2523e1
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ jobs:
else
# Tag doesn't exist yet — build from HEAD
sha="${GITHUB_SHA}"
source_ref="${GITHUB_REF_NAME}"
source_ref="${GITHUB_SHA}"
echo "Tag ${tag} not found; building from ${source_ref} @ ${sha}"
fi
else