Skip to content

trying to fix github workflows #18

trying to fix github workflows

trying to fix github workflows #18

Workflow file for this run

# name: RPM Build
# on: push
# jobs:
# build:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v2
# - name: build RPM package
# id: rpm
# uses: naveenrajm7/rpmbuild@master
# with:
# spec_file: "rpm/xrootd-hdfs.spec"
# - name: Upload artifact
# uses: actions/[email protected]
# with:
# name: Binary RPM
# path: ${{ steps.rpm.outputs.rpm_dir_path }}