From 3361d7bc038905737e1c8340b86a371cf7d7db91 Mon Sep 17 00:00:00 2001 From: Thomas Roehl Date: Sun, 6 Mar 2022 04:53:00 +0100 Subject: [PATCH] Do files exist? --- .github/workflows/Release.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index 044116a..12aa8e8 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -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