1
0
Fork 0
mirror of https://code.forgejo.org/actions/setup-go synced 2025-06-21 17:38:01 +02:00

Move condition to the installer

This commit is contained in:
panticmilos 2022-11-24 16:13:28 +01:00
parent 18c62c8dd3
commit 17fabf6bf1
5 changed files with 36 additions and 21 deletions

View file

@ -2,3 +2,5 @@ export enum StableReleaseAlias {
Stable = 'stable',
OldStable = 'oldstable'
}
export const IS_WINDOWS = process.platform === 'win32';