mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-11 13:37:25 +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 }} != ""
|
if: ${{ inputs.os }} != ""
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
./determine_os.sh
|
./dist/scripts/determine_os.sh
|
||||||
|
|
||||||
- name: Upload to Codecov
|
- name: Upload to Codecov
|
||||||
id: codecov-upload
|
id: codecov-upload
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue