mirror of
https://github.com/codecov/codecov-action.git
synced 2025-12-23 20:27:02 +08:00
fix: allow for other archs (#1239)
* fix: allow for other archs * fix: platform tests
This commit is contained in:
3
dist/index.js
vendored
3
dist/index.js
vendored
@@ -32477,6 +32477,9 @@ const PLATFORMS = [
|
||||
'linux',
|
||||
'macos',
|
||||
'windows',
|
||||
'alpine',
|
||||
'linux-arm64',
|
||||
'alpine-arm64',
|
||||
];
|
||||
const setFailure = (message, failCi) => {
|
||||
failCi ? core.setFailed(message) : core.warning(message);
|
||||
|
||||
Reference in New Issue
Block a user