Skip to content

GitHub Action to upload RPMs in a standarized way

License

Notifications You must be signed in to change notification settings

hbraha/upload-rpms-action

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 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:stream8
    steps:
    - name: Upload artifacts
      uses: ovirt/upload-rpms-action@v1
      with:
        directory: test-artifacts
        distro: el8stream

About

GitHub Action to upload RPMs in a standarized way

Resources

License

Stars

Watchers

Forks

Packages

No packages published