From f986bf2d015018772c40fc1e8a7f883c787ea945 Mon Sep 17 00:00:00 2001 From: Dimitris Karakasilis Date: Wed, 13 Sep 2023 18:21:06 +0300 Subject: [PATCH] Fix filename pattern in provider tests so that it matches the released artifact names. Signed-off-by: Dimitris Karakasilis --- .github/workflows/reusable-provider-upgrade-latest-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-provider-upgrade-latest-test.yaml b/.github/workflows/reusable-provider-upgrade-latest-test.yaml index b0a3d12f9..44f523de4 100644 --- a/.github/workflows/reusable-provider-upgrade-latest-test.yaml +++ b/.github/workflows/reusable-provider-upgrade-latest-test.yaml @@ -50,7 +50,7 @@ jobs: with: latest: true repository: "kairos-io/kairos" - fileName: 'kairos-standard-*${{ inputs.flavor }}-v*.iso' + fileName: 'kairos-standard-*${{ inputs.flavor }}-*.iso' out-file-path: "" - name: Run tests run: |