mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2025-12-17 04:36:18 +01:00
Move file reporting to Makefile
This commit is contained in:
7
.github/workflows/AlmaLinux.yml
vendored
7
.github/workflows/AlmaLinux.yml
vendored
@@ -35,12 +35,7 @@ jobs:
|
||||
|
||||
- name: RPM build MetricCollector
|
||||
id: rpmbuild
|
||||
run: |
|
||||
make RPM
|
||||
RPM=~/rpmbuild/RPMS/*/*.rpm
|
||||
SRPM=~/rpmbuild/SRPMS/*.src.rpm
|
||||
echo ::set-output name="SRPM::${SRPM}"
|
||||
echo ::set-output name="RPM::${RPM}"
|
||||
run: make RPM
|
||||
|
||||
# See: https://github.com/actions/upload-artifact
|
||||
- name: Save RPM as artifact
|
||||
|
||||
Reference in New Issue
Block a user