Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-manzi committed Jun 11, 2024
1 parent d6bd06d commit 76726c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ jobs:
mkdir build
cd build
make rpm -f ../Makefile
rpmlint --file .rpmlint.ini build/RPMS/noarch/*.rpm
rpmlint --file .rpmlint.ini out/noarch/*.rpm
- name: Upload rpms
uses: actions/upload-artifact@v3
with:
name: rpms7
path: |
build/out/noarch/nagios-*.el7.x86_64.rpm
out/noarch/nagios-*.el7.x86_64.rpm
build-almalinux9:
name: Build AlmaLinux 9 RPMs
Expand Down

0 comments on commit 76726c6

Please sign in to comment.