From a416132c2ad46b29878df90de3fb9c04e533fa3b Mon Sep 17 00:00:00 2001 From: Henri Wahl <2835065+HenriWahl@users.noreply.github.com> Date: Sun, 21 Apr 2024 16:02:27 +0200 Subject: [PATCH] pattern: 'rhel*' --- .github/workflows/build-release-latest-test-artifacts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-release-latest-test-artifacts.yml b/.github/workflows/build-release-latest-test-artifacts.yml index aaa833bd1..148a3d36c 100644 --- a/.github/workflows/build-release-latest-test-artifacts.yml +++ b/.github/workflows/build-release-latest-test-artifacts.yml @@ -268,7 +268,7 @@ jobs: # get binaries created by other jobs - uses: actions/download-artifact@v4 with: - name: 'rhel*' + pattern: 'rhel*' path: artifact merge-multiple: true # organize SSH deploy key for nagstamon-repo