From a2bff80aeb6960d3be5d6cf2360b14c0e6b1f88c Mon Sep 17 00:00:00 2001
From: Adrian Riobo <ariobolo@redhat.com>
Date: Tue, 26 Nov 2024 11:25:45 +0100
Subject: [PATCH] chore: fix crc-support gh action builder.

This commit fixes the name of the task spec file which needs to be uploaded as an artifact in order to be pushed to quay by the crc-support gh action pusher

Signed-off-by: Adrian Riobo <ariobolo@redhat.com>
---
 .github/workflows/crc-support-builder.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/crc-support-builder.yaml b/.github/workflows/crc-support-builder.yaml
index 0c08e5e..9215721 100644
--- a/.github/workflows/crc-support-builder.yaml
+++ b/.github/workflows/crc-support-builder.yaml
@@ -79,7 +79,7 @@ jobs:
         uses: actions/upload-artifact@v4
         with:
           name: crc-support-tkn
-          path: crc-support/tkn/crc-support*
+          path: crc-support/tkn/task.yaml