mirror of
https://github.com/actions/setup-node
synced 2025-04-04 08:05:50 +00:00
revert 7z to exe
This commit is contained in:
parent
026d4a4820
commit
e2ed1fea6d
2 changed files with 2 additions and 2 deletions
2
dist/setup/index.js
vendored
2
dist/setup/index.js
vendored
|
@ -93245,7 +93245,7 @@ class BaseDistribution {
|
|||
dataFileName = `win-${osArch}-zip`;
|
||||
}
|
||||
else {
|
||||
dataFileName = `win-${osArch}-7z`;
|
||||
dataFileName = `win-${osArch}-exe`;
|
||||
}
|
||||
break;
|
||||
default:
|
||||
|
|
|
@ -274,7 +274,7 @@ export default abstract class BaseDistribution {
|
|||
if (this.nodeInfo.arch === 'arm64') {
|
||||
dataFileName = `win-${osArch}-zip`;
|
||||
} else {
|
||||
dataFileName = `win-${osArch}-7z`;
|
||||
dataFileName = `win-${osArch}-exe`;
|
||||
}
|
||||
break;
|
||||
default:
|
||||
|
|
Loading…
Add table
Reference in a new issue