MCPcopy Index your code
hub / github.com/actions/setup-java / getDownloadArchiveExtension

Function getDownloadArchiveExtension

src/util.ts:53–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51}
52
53export function getDownloadArchiveExtension() {
54 return process.platform === 'win32' ? 'zip' : 'tar.gz';
55}
56
57export function isVersionSatisfies(range: string, version: string): boolean {
58 // Some distributions (e.g. JetBrains Runtime) publish 4-segment versions

Callers 15

downloadToolMethod · 0.90
downloadToolMethod · 0.90
downloadToolMethod · 0.90
downloadToolMethod · 0.90
downloadToolMethod · 0.90
downloadToolMethod · 0.90
downloadToolMethod · 0.90
downloadToolMethod · 0.90
downloadToolMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected