fix: do not update packages in CI #19
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 }} |