mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2025-04-09 06:55:56 +02:00
Do files exist?
This commit is contained in:
parent
169f24fa91
commit
3361d7bc03
7
.github/workflows/Release.yml
vendored
7
.github/workflows/Release.yml
vendored
@ -4,7 +4,10 @@
|
|||||||
name: Release
|
name: Release
|
||||||
|
|
||||||
# Run on tag push
|
# Run on tag push
|
||||||
on: push
|
on:
|
||||||
|
push:
|
||||||
|
tags:
|
||||||
|
- '**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
@ -129,8 +132,10 @@ jobs:
|
|||||||
- name: Print files
|
- name: Print files
|
||||||
run: |
|
run: |
|
||||||
echo "${{ needs.AlmaLinux-RPM-build.outputs.RPM }}"
|
echo "${{ needs.AlmaLinux-RPM-build.outputs.RPM }}"
|
||||||
|
ls "${{ needs.AlmaLinux-RPM-build.outputs.RPM }}"
|
||||||
echo "${{ needs.AlmaLinux-RPM-build.outputs.SRPM }}"
|
echo "${{ needs.AlmaLinux-RPM-build.outputs.SRPM }}"
|
||||||
echo "${{ needs.UBI-8-RPM-build.outputs.RPM }}"
|
echo "${{ needs.UBI-8-RPM-build.outputs.RPM }}"
|
||||||
|
ls "${{ needs.UBI-8-RPM-build.outputs.RPM }}"
|
||||||
echo "${{ needs.UBI-8-RPM-build.outputs.SRPM }}"
|
echo "${{ needs.UBI-8-RPM-build.outputs.SRPM }}"
|
||||||
# See: https://github.com/softprops/action-gh-release
|
# See: https://github.com/softprops/action-gh-release
|
||||||
- name: Release
|
- name: Release
|
||||||
|
Loading…
x
Reference in New Issue
Block a user