Skip to content

Commit

Permalink
ci: fixes the destination dir of ossutil64 download for `helm repo in…
Browse files Browse the repository at this point in the history
…dex` (#3445)

Signed-off-by: Tao He <linzhu.ht@alibaba-inc.com>
  • Loading branch information
sighingnow committed Dec 20, 2023
1 parent 6628c73 commit 4864f7e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,11 @@ jobs:
-e ${{ env.OSS_ENDPOINT }} \
cp -r oss://graphscope/charts ./charts
# ossutil64 will downloads contents to folder ./charts/charts
pushd charts/
mv charts/*.tgz charts/*.yaml ./
popd
- name: Package Charts
run: |
# download helm
Expand Down

0 comments on commit 4864f7e

Please sign in to comment.