We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e434d12 commit 8d4fdbdCopy full SHA for 8d4fdbd
1 file changed
.github/workflows/build.yml
@@ -37,7 +37,7 @@ jobs:
37
38
- name: Publish Windows
39
run: |
40
- dotnet publish ${{ matrix.projectName }} --self-contained true -c ${{ matrix.configuration }} --runtime ${{ matrix.runtime }}
+ dotnet publish ${{ matrix.projectName }} --self-contained true -c ${{ matrix.configuration }} --runtime ${{ matrix.runtime }} -p:PublishSingleFile=true
41
Compress-Archive -Path ./${{ matrix.projectName }}/bin/${{ matrix.configuration }}/net8.0/${{ matrix.runtime }}/publish/* -Destination ${{ matrix.projectName }}.zip
42
43
- name: Upload build artifacts
0 commit comments