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:
parent
18c62c8dd3
commit
17fabf6bf1
5 changed files with 36 additions and 21 deletions
|
@ -2,3 +2,5 @@ export enum StableReleaseAlias {
|
|||
Stable = 'stable',
|
||||
OldStable = 'oldstable'
|
||||
}
|
||||
|
||||
export const IS_WINDOWS = process.platform === 'win32';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue