File tree Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Original file line number Diff line number Diff line change 33
33
matrix :
34
34
include :
35
35
- elixir-version : ' 1.13'
36
- otp-version : ' 24.1'
36
+ otp-version : ' 25.0'
37
+ - elixir-version : ' 1.13'
38
+ otp-version : ' 24.3'
39
+ - elixir-version : ' 1.13'
40
+ otp-version : ' 23.3'
41
+ - elixir-version : ' 1.13'
42
+ otp-version : ' 22.3'
37
43
- elixir-version : ' 1.12'
38
- otp-version : ' 24.1'
44
+ otp-version : ' 24.3'
45
+ - elixir-version : ' 1.12'
46
+ otp-version : ' 23.3'
47
+ - elixir-version : ' 1.12'
48
+ otp-version : ' 22.3'
49
+ - elixir-version : ' 1.11'
50
+ otp-version : ' 24.3'
39
51
- elixir-version : ' 1.11'
40
52
otp-version : ' 23.3'
41
53
- elixir-version : ' 1.11'
74
86
with :
75
87
upload_url : ${{ needs.release.outputs.upload_url }}
76
88
asset_path : ./elixir-ls.zip
77
- asset_name : elixir-ls-${{ matrix.elixir-version }}.zip
89
+ asset_name : elixir-ls-${{ matrix.elixir-version }}-${{ matrix.otp-version }} .zip
78
90
asset_content_type : application/zip
79
91
80
92
- name : Upload Default Release Asset
You can’t perform that action at this time.
0 commit comments