Files
2025-11-22 20:36:49 +01:00

26 lines
823 B
YAML

name: Build and provide rpm of python3-rpm-spec-language-server
run-name: Rpmbuild python3-rpm-spec-language-server at ${{ gitea.repository }} by ${{ github.actor }}
on:
workflow_dispatch:
inputs:
runsonlabel:
type: choice
description: "Choose a label"
required: true
options:
- "f40-minimal-rpmbuild"
- "f41-minimal-rpmbuild"
- "f42-minimal-rpmbuild"
jobs:
rpmbuild:
runs-on: ${{ inputs.runsonlabel }}
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 }}