From e69fa54fb905e95007a6bb8e1cc37e0e3f0ef454 Mon Sep 17 00:00:00 2001 From: Zxilly Date: Mon, 24 Jun 2024 22:36:31 +0800 Subject: [PATCH] ci: fix report.py path Signed-off-by: Zxilly --- .github/actions/setup-script/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-script/action.yml b/.github/actions/setup-script/action.yml index 054f21c460..277e7ba591 100644 --- a/.github/actions/setup-script/action.yml +++ b/.github/actions/setup-script/action.yml @@ -54,4 +54,4 @@ runs: if: ${{ inputs.report == 'true' }} shell: bash working-directory: ./scripts - run: poetry run python scripts/report.py + run: poetry run python report.py