File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 18
18
yum install -y rpm-build rpmlint make rsync
19
19
- name : build rpm
20
20
run : |
21
- make rpm
21
+ mkdir build
22
+ cd build
23
+ make rpm -f ../Makefile
22
24
rpmlint --file .rpmlint.ini build/RPMS/noarch/*.rpm
23
25
- name : Upload rpms
24
26
uses : actions/upload-artifact@v3
40
42
dnf install -y rpm-build rpmlint make rsync systemd-rpm-macros
41
43
- name : build rpm
42
44
run : |
43
- make clean rpm
45
+ mkdir build
46
+ cd build
47
+ make rpm -f ../Makefile
44
48
rpmlint --file .rpmlint.ini build/RPMS/noarch/*.rpm
45
49
- name : Upload RPMs
46
50
uses : actions/upload-artifact@v3
Original file line number Diff line number Diff line change 25
25
check-modified-files-only : " yes"
26
26
use-quiet-mode : " yes"
27
27
use-verbose-mode : " yes"
28
- base-branch : " main "
28
+ base-branch : " master "
You can’t perform that action at this time.
0 commit comments