Skip to content

Commit 921ab80

Browse files
committed
fixes work dir
Signed-off-by: yue9944882 <[email protected]>
1 parent 462cf39 commit 921ab80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
uses: ncipollo/release-action@v1
6363
with:
6464
tag: ${{ env.RELEASE_VERSION }}
65-
artifacts: "release/*.tgz"
65+
artifacts: "go/src/oamdev/cluster-gateway/release/*.tgz"
6666
token: ${{ secrets.GITHUB_TOKEN }}
6767
- name: submit charts to OCM chart repo
6868
uses: actions/github-script@v6

0 commit comments

Comments
 (0)