fix: move release workflow to Forgejo, add LICENSE
release.yml moves from .github/ to .forgejo/ so it runs directly on the hestia runner without needing the GitHub mirror. GitHub upload step dropped; bakery uses dl.breadway.dev as primary. LICENSE added to fix PKGBUILD package() failure. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
7f87ef311c
commit
0ee60d179c
3 changed files with 22 additions and 19 deletions
|
|
@ -12,9 +12,7 @@ jobs:
|
|||
- name: Mirror to GitHub
|
||||
run: |
|
||||
set -euo pipefail
|
||||
echo "GITHUB_REPOSITORY=${GITHUB_REPOSITORY}"
|
||||
echo "GITHUB_SERVER_URL=${GITHUB_SERVER_URL:-unset}"
|
||||
GIT_CURL_VERBOSE=1 git clone --mirror "https://git.breadway.dev/${GITHUB_REPOSITORY}.git" repo.git 2>&1 | head -40 || true
|
||||
git clone --mirror "https://git.breadway.dev/${GITHUB_REPOSITORY}.git" repo.git
|
||||
cd repo.git
|
||||
git push --prune \
|
||||
"https://x-access-token:${{ secrets.MIRROR_TOKEN }}@github.com/Breadway/breadpaper.git" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue