Skip to content

Commit bc0ffbe

Browse files
committed
UseAppHost=true. who knows, might fix it.
1 parent f54170a commit bc0ffbe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Test
3939
run: dotnet test --no-build --verbosity normal
4040
- name: Publish for ${{ matrix.rid }}
41-
run: dotnet publish -c Release -r ${{ matrix.rid }} --self-contained true -p:PublishSingleFile=true -p:PublishTrimmed=true -o ./publish/${{ matrix.rid }}
41+
run: dotnet publish -c Release -r ${{ matrix.rid }} --self-contained true -p:PublishSingleFile=true -p:UseAppHost=true -p:PublishTrimmed=true -o ./publish/${{ matrix.rid }}
4242
- name: Upload artifact
4343
uses: actions/upload-artifact@v4
4444
with:

0 commit comments

Comments
 (0)