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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user