Skip to content

Commit d8bb10b

Browse files
committed
compile with self-contain
1 parent 33f196f commit d8bb10b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
dotnet-version: 8.0.x
2828
- name: Build
29-
run: dotnet publish EmmyLua.LanguageServer -r ${{ matrix.target }} -c Release -o ${{ github.workspace }}/artifact/${{ matrix.platform }}
29+
run: dotnet publish EmmyLua.LanguageServer -r ${{ matrix.target }} -c Release -o ${{ github.workspace }}/artifact/${{ matrix.platform }} --sc
3030
- name: Upload
3131
uses: actions/upload-artifact@v3
3232
with:

0 commit comments

Comments
 (0)