Skip to content

oVirt/upload-rpms-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

GitHub Action to upload RPMs in a standarized way

Resources

License

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •