mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2025-04-08 14:35:55 +02:00
Use step ID
This commit is contained in:
parent
50f58cf3ad
commit
021c50bbff
9
.github/workflows/AlmaLinux.yml
vendored
9
.github/workflows/AlmaLinux.yml
vendored
@ -37,6 +37,7 @@ jobs:
|
||||
go-version: '^1.16.7'
|
||||
|
||||
- name: RPM build MetricCollector
|
||||
id: rpmbuild
|
||||
run: |
|
||||
make RPM
|
||||
RPM=~/rpmbuild/RPMS/*/*.rpm
|
||||
@ -45,12 +46,12 @@ jobs:
|
||||
echo ::set-output name="RPM::${RPM}"
|
||||
echo ::set-output name="rpm_content_type::application/octet-stream"
|
||||
|
||||
# See: https://github.com/actions/download-artifact
|
||||
# See: https://github.com/actions/upload-artifact
|
||||
- name: Save RPM as artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: cc-metric-collector RPM AlmaLinux 8.5
|
||||
files: |
|
||||
~/rpmbuild/RPMS/*/cc-metric-collector-*.rpm
|
||||
~/rpmbuild/SRPMS/cc-metric-collector-*.src.rpm
|
||||
path: |
|
||||
${{ steps.rpmbuild.outputs.SRPM }}
|
||||
${{ steps.rpmbuild.outputs.RPM }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user