Files
ntfysh-selinux-rpm/.gitea/workflows/rpmbuild-release-43.yaml
T
2025-11-30 01:12:03 +01:00

16 lines
499 B
YAML

name: Build and provide rpm of ntfysh
run-name: Rpmbuild ntfysh by ${{ github.actor }}
on: [release]
jobs:
rpmbuild:
runs-on: f43-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 }}