mirror upstream before building host releases
custom release / build-custom-release (push) Successful in 8m24s

This commit is contained in:
2026-08-12 11:51:16 +02:00
parent 74d469b35e
commit ca01296949
5 changed files with 82 additions and 0 deletions
+6
View File
@@ -11,6 +11,7 @@ on:
- ".github/workflows/custom-release.yml"
- "patches/**"
- "scripts/update-custom-release.sh"
- "scripts/sync-upstream.sh"
workflow_dispatch:
inputs:
upstream_tag:
@@ -42,6 +43,11 @@ jobs:
git config user.name "GitHub Actions"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
- name: Mirror upstream and rebuild patched main
run: ./scripts/sync-upstream.sh
env:
SYNC_REMOTE: origin
- name: Build patched Syncthing release
run: |
case "$(uname -m)" in