fixup fdroid build commit hash

This commit is contained in:
Rocka 2025-04-06 03:33:23 +08:00
parent c728524480
commit a7deda0a89
No known key found for this signature in database
GPG Key ID: 28031158FFDD6853

View File

@ -91,8 +91,9 @@ jobs:
(.commit = \"$commitHash\")
" $metadata
# TODO: remove this afterwards
# https://github.com/orgs/community/discussions/26676
yq -i ".Builds[0] |=
(.commit = \"${{ github.sha }}\")
(.commit = \"${{ github.event.pull_request.head.sha }}\")
" $metadata
prebuiltTreeURL=$(curl -L \
-H "Accept: application/vnd.github+json" \