File tree 1 file changed +23
-0
lines changed
1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 14
14
- mainnet # version compatible with current mainnet env
15
15
- unstable # version used by all CI jobs; TODO: publish automatically on every release
16
16
required : true
17
+ ref :
18
+ description : " git ref to checkout into"
19
+ type : string
20
+ required : true
21
+ default : " main"
17
22
18
23
env :
19
24
CI : true
22
27
AWS_S3_FORCE_PATH_STYLE : true
23
28
24
29
jobs :
30
+ pack :
31
+ strategy :
32
+ fail-fast : false
33
+ matrix :
34
+ platform :
35
+ - linux-x64
36
+ - darwin-x64
37
+ - darwin-arm64
38
+ - win32-x64
39
+
40
+ uses : ./.github/workflows/pack.yml
41
+ with :
42
+ ref : ${{ inputs.ref }}
43
+ platform : ${{ matrix.platform }}
44
+ upload-to-s3 : true
45
+ channel : ${{ inputs.channel }}
46
+
25
47
promote :
26
48
name : " Promote fcli"
27
49
runs-on : ubuntu-latest
35
57
uses : actions/checkout@v4
36
58
with :
37
59
repository : fluencelabs/cli
60
+ ref : ${{ inputs.ref }}
38
61
39
62
- name : Import secrets
40
63
You can’t perform that action at this time.
0 commit comments