Skip to content

Using softprops/action-gh-release #1

Using softprops/action-gh-release

Using softprops/action-gh-release #1

Workflow file for this run

name: RPM Build rocky9
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Package RPM and SRPM
uses: xmidt-org/rpm-package-action@v1
with:
path: .
spec: slurm-job-exporter-el9.spec
distro: rocky-9
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: output/*