Skip to content

Commit 76726c6

Browse files
committed
fix build
1 parent d6bd06d commit 76726c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ jobs:
2121
mkdir build
2222
cd build
2323
make rpm -f ../Makefile
24-
rpmlint --file .rpmlint.ini build/RPMS/noarch/*.rpm
24+
rpmlint --file .rpmlint.ini out/noarch/*.rpm
2525
- name: Upload rpms
2626
uses: actions/upload-artifact@v3
2727
with:
2828
name: rpms7
2929
path: |
30-
build/out/noarch/nagios-*.el7.x86_64.rpm
30+
out/noarch/nagios-*.el7.x86_64.rpm
3131
3232
build-almalinux9:
3333
name: Build AlmaLinux 9 RPMs

0 commit comments

Comments
 (0)