Skip to content

Commit

Permalink
Merge pull request #113 from kdoctor-io/pr/ii2day/ci_app_chart
Browse files Browse the repository at this point in the history
fix app chart ci
  • Loading branch information
ii2day committed Jul 29, 2023
2 parents 429b0cb + feda292 commit b65c525
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/auto-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,10 @@ jobs:
echo "error, failed to find any chart "
exit 1
fi
chart_path=$( ls chart-package/*.tgz )
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 )
echo "RUN_CHART_APP_PATH=${chart_app_path}" >> $GITHUB_ENV
# ========== changelog
if ! ls changelog-result/*.md &>/dev/null ; then
echo "error, failed to find changelog "
Expand Down

0 comments on commit b65c525

Please sign in to comment.