mirror of
https://github.com/codecov/codecov-action.git
synced 2026-04-12 17:10:05 +00:00
fix: try using the CODECOV_OS script
This commit is contained in:
parent
53e5adb4c3
commit
dfd343a74f
4 changed files with 5 additions and 4 deletions
1
dist/scripts/determine_os.sh
vendored
1
dist/scripts/determine_os.sh
vendored
|
|
@ -7,3 +7,4 @@ codecov_os="windows"
|
|||
osID=$(grep -e "^ID=" /etc/os-release | cut -c4-)
|
||||
[[ $osID == "alpine" ]] && codecov_os="alpine"
|
||||
echo "==> ${codecov_os} detected"
|
||||
echo "CODECOV_OS=${codecov_os}" >> "$GITHUB_OUTPUT"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue