Skip to content

Commit 75c91cb

Browse files
authored
Universal Packages: Adjust to change in cred provider archive extension for osx (#628)
1 parent c8da0a9 commit 75c91cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/UniversalPackages/DownloadUniversalPackages.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@ private string GetArtifactToolReleaseInfoUrl(string osName, string arch)
699699
rid = RuntimeInformation.ProcessArchitecture == Architecture.Arm64
700700
? "osx-arm64"
701701
: "osx-x64";
702-
fileExtension = ".tar.gz";
702+
fileExtension = ".zip";
703703
}
704704
else
705705
{

0 commit comments

Comments
 (0)