Skip to content

Commit

Permalink
.github/workflows: fix artifacthub-repo.yml extension....
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Demeester <[email protected]>
  • Loading branch information
vdemeester committed Oct 2, 2023
1 parent b56b781 commit e0f5b7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-catalogs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e0f5b7d

Please sign in to comment.