Skip to content

Commit 8375271

Browse files
committed
Fix path to kubernetes resources for release workflow
1 parent 8de6989 commit 8375271

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Create release
4040
uses: ncipollo/release-action@v1
4141
with:
42-
artifacts: "kubernetes/*.yml"
42+
artifacts: "target/kubernetes/*.yml"
4343
tag: ${{ github.event.inputs.release_version }}
4444
token: ${{ secrets.GITHUB_TOKEN }}
4545
# - name: Login to Quay.io

0 commit comments

Comments
 (0)