Files
rpmspecs-tea/.gitea/workflows/copr-build-43.yaml
T
demus c2457be167
Build and provide rpm of tea, the gitea CLI / rpmbuild (release) Failing after 1m3s
Add gitea workflows
2026-01-04 00:20:35 +01:00

17 lines
533 B
YAML

name: Build and provide rpm of tea, the gitea CLI
run-name: Build tea from ${{ gitea.repository }} on COPR
on: [release]
jobs:
rpmbuild:
runs-on: f43-minimal-copr
steps:
- name: Check out repository code
uses: https://git.demus.dk/actions/git-clone@main
- name: Build src.rpm and send to COPR
uses: https://git.demus.dk/actions/copr-build@main
with:
copr_config: ${{ secrets.COPR_API_CONFIG }}
copr_project: gitea
fedora_release: f43
specdir: rpm