Skip to content

Commit

Permalink
fix: incorrect s3 dir (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
zyy17 authored Aug 9, 2023
1 parent 9672f06 commit b52027c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/release-charts-to-s3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -ue

GREPTIME_RELEASE_BUCKET=$1
RELEASE_DIR=charts
RELEASE_DIR=releases/charts

function update_greptime_charts() {
helm repo add greptime https://greptimeteam.github.io/helm-charts/
Expand Down

0 comments on commit b52027c

Please sign in to comment.