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 2424 - { os: macos-latest, target: aarch64-apple-darwin, platform: darwin-arm64, cross: general }
2525 - { os: windows-latest, target: x86_64-pc-windows-msvc, platform: win32-x64, cross: general }
2626 - { 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 }
2827 runs-on : ${{ matrix.os }}
2928 steps :
3029 - uses : actions/checkout@v4
8382 with :
8483 filename : lua-language-server-win32-ia32.zip
8584 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
9185 - name : tar unix
9286 run : |
9387 chmod +x lua-language-server-linux-x64/lua-language-server
You can’t perform that action at this time.
0 commit comments