Skip to content

Commit

Permalink
release.yaml: fixes path for CRD asset upload
Browse files Browse the repository at this point in the history
  • Loading branch information
f41gh7 authored Jul 3, 2024
1 parent 7533384 commit 3e58b8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: ./release/crds/crd.yaml
asset_path: ./config/crd/overlay/crd.yaml
asset_name: crd.yaml
asset_content_type: application/yaml

0 comments on commit 3e58b8a

Please sign in to comment.