Skip to content

Commit f0be597

Browse files
committed
migrate to latest updatecli version
1 parent 11bcd11 commit f0be597

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ branding:
77
color: 'purple'
88
inputs:
99
version:
10-
default: 1.6.5
10+
default: 2.3.2
1111
description: 'Specify FSLABScli version to use. Accepted values are any FSLABScli version'
1212
required: false
1313
token:

src/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export async function fslabscliDownload() {
1111
{
1212
arch: 'x64',
1313
platform: 'linux',
14-
name: `fslabscli-x86_64-unknown-linux-gnu-1.75-v${version}`,
14+
name: 'fslabscli-x86_64-linux',
1515
},
1616
]
1717

0 commit comments

Comments
 (0)