mirror upstream before building host releases
custom release / build-custom-release (push) Successful in 8m24s
custom release / build-custom-release (push) Successful in 8m24s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user