File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 24
24
- { os: macos-latest, target: aarch64-apple-darwin, platform: darwin-arm64, cross: general }
25
25
- { os: windows-latest, target: x86_64-pc-windows-msvc, platform: win32-x64, cross: general }
26
26
- { os: windows-latest, target: i686-pc-windows-msvc, platform: win32-ia32, cross: general }
27
- - { os: windows-latest, target: aarch64-pc-windows-msvc, platform: win32-arm64, cross: general }
28
27
runs-on : ${{ matrix.os }}
29
28
steps :
30
29
- uses : actions/checkout@v4
83
82
with :
84
83
filename : lua-language-server-win32-ia32.zip
85
84
path : lua-language-server-win32-ia32
86
- - name : zip windows package win32-arm64
87
- uses : TheDoctor0/zip-release@v0.2.1
88
- with :
89
- filename : lua-language-server-win32-arm64.zip
90
- path : lua-language-server-win32-arm64
91
85
- name : tar unix
92
86
run : |
93
87
chmod +x lua-language-server-linux-x64/lua-language-server
You can’t perform that action at this time.
0 commit comments