Files
pyxdg-rpm/.gitea/workflows/rpmbuild-release-rawhide.yaml
T
demus dfaf80935d
Build and provide rpm of pyxdg / rpmbuild (release) Successful in 2m50s
Fedora 43 release
2026-01-01 21:03:53 +01:00

16 lines
502 B
YAML

name: Build and provide rpm of pyxdg
run-name: Rpmbuild pyxdg by @${{ github.actor }}
on: [release]
jobs:
rpmbuild:
runs-on: rawhide-minimal-rpmbuild
steps:
- name: Check out repository code
uses: https://git.demus.dk/actions/git-clone@main
- name: Build the rpms
uses: https://git.demus.dk/actions/rpmbuild@main
- name: Deploy to packages
uses: https://git.demus.dk/actions/rpm-deploy@main
with:
pat: ${{ secrets.RPM_REPO_WRITE }}