We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 462cf39 commit 921ab80Copy full SHA for 921ab80
.github/workflows/go-release.yml
@@ -62,7 +62,7 @@ jobs:
62
uses: ncipollo/release-action@v1
63
with:
64
tag: ${{ env.RELEASE_VERSION }}
65
- artifacts: "release/*.tgz"
+ artifacts: "go/src/oamdev/cluster-gateway/release/*.tgz"
66
token: ${{ secrets.GITHUB_TOKEN }}
67
- name: submit charts to OCM chart repo
68
uses: actions/github-script@v6
0 commit comments