mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2025-04-17 10:25:56 +02:00
Upload artifacts
This commit is contained in:
parent
4b3a8d795e
commit
13bd8de3fe
7
.github/workflows/AlmaLinux.yml
vendored
7
.github/workflows/AlmaLinux.yml
vendored
@ -40,3 +40,10 @@ jobs:
|
|||||||
|
|
||||||
- name: Run MetricCollector once
|
- name: Run MetricCollector once
|
||||||
run: ./cc-metric-collector --once --config .github/ci-config.json
|
run: ./cc-metric-collector --once --config .github/ci-config.json
|
||||||
|
|
||||||
|
# See: https://github.com/actions/download-artifact
|
||||||
|
- name: Save RPM as artifact
|
||||||
|
uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: cc-metric-collector RPM AlmaLinux 8.5
|
||||||
|
path: ~/rpmbuild/RPMS/*/cc-metric-collector-*.rpm
|
Loading…
x
Reference in New Issue
Block a user