From e0f5b7d08fbfc44655851276e62da2f25e325ab1 Mon Sep 17 00:00:00 2001 From: Vincent Demeester Date: Mon, 2 Oct 2023 16:05:12 +0200 Subject: [PATCH] .github/workflows: fix artifacthub-repo.yml extension.... Signed-off-by: Vincent Demeester --- .github/workflows/generate-catalogs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/generate-catalogs.yaml b/.github/workflows/generate-catalogs.yaml index 904c0c4f..92f63350 100644 --- a/.github/workflows/generate-catalogs.yaml +++ b/.github/workflows/generate-catalogs.yaml @@ -39,8 +39,8 @@ jobs: run: | mkdir -p stable/tasks stable/pipelines go run ./cmd/catalog-cd generate --config ./externals.yaml stable - cp tasks/artifacthub-repo.yaml stable/tasks - cp pipelines/artifacthub-repo.yaml stable/pipelines + cp tasks/artifacthub-repo.yml stable/tasks + cp pipelines/artifacthub-repo.yml stable/pipelines - uses: actions/upload-artifact@v3 with: name: stable-catalog-artifact