mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-09 20:47:26 +00:00
fix: use the right dir
This commit is contained in:
parent
c4b359b430
commit
568941ab9b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue