Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 593 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 593 Bytes

GitHub Action: Upload RPMs the oVirt way

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.

Usage:

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