Skip to content

fix: do not update packages in CI #19

fix: do not update packages in CI

fix: do not update packages in CI #19

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 }}