From 568941ab9b435e637e77b3b3e19fc7fa62a490ea Mon Sep 17 00:00:00 2001 From: Tom Hu Date: Fri, 8 Mar 2024 19:51:48 -0800 Subject: [PATCH] fix: use the right dir --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index d80fe0c..2ffafee 100644 --- a/action.yml +++ b/action.yml @@ -115,7 +115,7 @@ runs: if: ${{ inputs.os }} != "" shell: bash run: | - ./determine_os.sh + ./dist/scripts/determine_os.sh - name: Upload to Codecov id: codecov-upload