Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 615 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 615 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:stream8
    steps:
    - name: Upload artifacts
      uses: ovirt/upload-rpms-action@v1
      with:
        directory: test-artifacts
        distro: el8stream