This simple action takes a directory, creates an RPM repository and uploads the resulting RPM repository as a build artifact in a standardized way.
This is intended for oVirt projects to use as a standard way to archive built RPMs.
name: Self-test
on:
push:
pull_request:
jobs:
selftest:
name: Self-test
runs-on: ubuntu-latest
container: quay.io/ovirt/buildcontainer:el8stream
steps:
- name: Upload artifacts
uses: ovirt/upload-rpms-action@main
with:
directory: test-artifacts