We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33f196f commit d8bb10bCopy full SHA for d8bb10b
.github/workflows/build.yml
@@ -26,7 +26,7 @@ jobs:
26
with:
27
dotnet-version: 8.0.x
28
- name: Build
29
- run: dotnet publish EmmyLua.LanguageServer -r ${{ matrix.target }} -c Release -o ${{ github.workspace }}/artifact/${{ matrix.platform }}
+ run: dotnet publish EmmyLua.LanguageServer -r ${{ matrix.target }} -c Release -o ${{ github.workspace }}/artifact/${{ matrix.platform }} --sc
30
- name: Upload
31
uses: actions/upload-artifact@v3
32
0 commit comments