fix: try using the CODECOV_OS script

This commit is contained in:
Tom Hu 2024-03-12 22:54:57 -07:00
parent 53e5adb4c3
commit dfd343a74f
No known key found for this signature in database
GPG key ID: 79155678363963D2
4 changed files with 5 additions and 4 deletions

View file

@ -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"