mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2025-04-06 21:45:55 +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
|
||||
|
||||
# Run on tag push
|
||||
on: push
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- '**'
|
||||
|
||||
jobs:
|
||||
|
||||
@ -129,8 +132,10 @@ jobs:
|
||||
- name: Print files
|
||||
run: |
|
||||
echo "${{ needs.AlmaLinux-RPM-build.outputs.RPM }}"
|
||||
ls "${{ needs.AlmaLinux-RPM-build.outputs.RPM }}"
|
||||
echo "${{ needs.AlmaLinux-RPM-build.outputs.SRPM }}"
|
||||
echo "${{ needs.UBI-8-RPM-build.outputs.RPM }}"
|
||||
ls "${{ needs.UBI-8-RPM-build.outputs.RPM }}"
|
||||
echo "${{ needs.UBI-8-RPM-build.outputs.SRPM }}"
|
||||
# See: https://github.com/softprops/action-gh-release
|
||||
- name: Release
|
||||
|
Loading…
x
Reference in New Issue
Block a user