We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11bcd11 commit f0be597Copy full SHA for f0be597
action.yaml
@@ -7,7 +7,7 @@ branding:
7
color: 'purple'
8
inputs:
9
version:
10
- default: 1.6.5
+ default: 2.3.2
11
description: 'Specify FSLABScli version to use. Accepted values are any FSLABScli version'
12
required: false
13
token:
src/main.js
@@ -11,7 +11,7 @@ export async function fslabscliDownload() {
{
arch: 'x64',
platform: 'linux',
14
- name: `fslabscli-x86_64-unknown-linux-gnu-1.75-v${version}`,
+ name: 'fslabscli-x86_64-linux',
15
},
16
]
17
0 commit comments