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
@@ -12,6 +12,7 @@ on:
- ".gitea/workflows/custom-release.yml"
- "patches/**"
- "scripts/update-custom-release.sh"
- "scripts/sync-upstream.sh"
workflow_dispatch:
inputs:
upstream_tag:
@@ -43,6 +44,11 @@ jobs:
git config user.name "Gitea Actions"
git config user.email "actions@git.felixfoertsch.de"
- name: Mirror upstream and rebuild patched main
run: ./scripts/sync-upstream.sh
env:
SYNC_REMOTE: origin
- name: Set up tea
run: |
go install code.gitea.io/tea@v0.14.1