Skip to content

Commit

Permalink
fix release ci (#160)
Browse files Browse the repository at this point in the history
Signed-off-by: ii2day <[email protected]>
  • Loading branch information
ii2day authored Aug 25, 2023
1 parent 462ddb1 commit b3190f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
fi
chart_path=$( ls chart-package/kdoctor-*.tgz )
echo "RUN_CHART_PATH=${chart_path}" >> $GITHUB_ENV
chart_app_path=$( ls chart-package/http-server-test-*.tgz )
chart_app_path=$( ls chart-package/server-*.tgz )
echo "RUN_CHART_APP_PATH=${chart_app_path}" >> $GITHUB_ENV
# ========== changelog
if ! ls changelog-result/*.md &>/dev/null ; then
Expand Down

0 comments on commit b3190f8

Please sign in to comment.