Skip to content

Latest commit

 

History

History
40 lines (21 loc) · 754 Bytes

File metadata and controls

40 lines (21 loc) · 754 Bytes

@google-github-actions/setup-cloud-sdk


@google-github-actions/setup-cloud-sdk / format-url / buildReleaseURL

Function: buildReleaseURL()

buildReleaseURL(os, arch, version): string

Defined in: format-url.ts:33

buildReleaseURL builds the URL at which to dowbnload the gcloud SDK, according to the specified arguments.

Parameters

os

string

The OS of the requested release.

arch

string

The system architecture of the requested release.

version

string

The version of the requested release.

Returns

string

The formatted gcloud SDK release URL.