File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,13 +29,13 @@ jobs:
2929 pre-release : true
3030 - name : Build-General
3131 if : matrix.target != 'linux-musl-x64'
32- run : dotnet publish EmmyLua.LanguageServer -r ${{ matrix.target }} -c Release -o ${{ github.workspace }}/artifact/${{ matrix.platform }} --sc /p:DebugType=None
32+ run : dotnet publish EmmyLua.LanguageServer -r ${{ matrix.target }} -c Release -o ${{ github.workspace }}/artifact/ --sc /p:DebugType=None
3333 # enable for donet9 support
3434 - name : Build-Linux-Arm64
3535 if : matrix.target == 'linux-musl-x64'
3636 run : |
3737 dotnet tool install --global dotnet-cross
38- dotnet cross publish EmmyLua.LanguageServer -r linux-musl-x64 -c Release -o ${{ github.workspace }}/artifact/${{ matrix.platform }} --sc /p:DebugType=None
38+ dotnet cross publish EmmyLua.LanguageServer -r linux-musl-x64 -c Release -o ${{ github.workspace }}/artifact/ --sc /p:DebugType=None
3939 - name : Upload
4040 uses : actions/upload-artifact@v3
4141 with :
You can’t perform that action at this time.
0 commit comments