Files
python3-azure-monitor-inges…/.gitea/workflows/rpmbuild-release-42.yaml
T
demus c41a14feac
Build and provide rpm of python-azure-monitor-ingestion / rpmbuild (release) Successful in 1m6s
First spec and workflows
2025-03-24 00:08:00 +01:00

16 lines
550 B
YAML

name: Build and provide rpm of python-azure-monitor-ingestion
run-name: Rpmbuild python-azure-monitor-ingestion by @${{ github.actor }}
on: [ release ]
jobs:
rpmbuild:
runs-on: f42-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 }}