This commit is contained in:
Vladimir Safonkin 2022-10-13 17:41:31 +02:00
parent 69f5a56bfc
commit ae017779cb
2 changed files with 2 additions and 2 deletions

View file

@ -210,7 +210,7 @@ export function isArchPresentForWindows(item: any, architecture: string) {
if (architecture === 'x32') {
architecture = 'x86';
}
core.info(`DEBUG: pypy: ${item.pypy_version}, python: ${item.python_version}`)
core.info(`DEBUG: pypy: ${item.pypy_version}, python: ${item.python_version}, architecture: ${architecture}`)
const result = item.files.some(
(file: any) => {
core.info(`arch: ${file.arch}`);