Skip to content

Commit f54170a

Browse files
committed
another try with the release
1 parent 2b8d6f9 commit f54170a

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 false -o ./publish/${{ matrix.rid }} /p:PublishTrimmed=true
41+
run: dotnet publish -c Release -r ${{ matrix.rid }} --self-contained true -p:PublishSingleFile=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)