Skip to content

Commit

Permalink
chore: fix crc-support gh action builder.
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
adrianriobo committed Nov 27, 2024
1 parent 142391d commit a2bff80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/crc-support-builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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



Expand Down

0 comments on commit a2bff80

Please sign in to comment.