File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 51
51
build_args : --no-self-contained
52
52
suffix : " "
53
53
- self-contained : self-contained
54
- build_args : --self-contained -p:PublishTrimmed=true -p:TrimMode=partial
54
+ build_args : --self-contained -p:PublishTrimmed=true -p:TrimMode=partial -p:EnableCompressionInSingleFile=true
55
55
suffix : " -self-contained"
56
56
57
57
runs-on : ${{ matrix.os }}
80
80
run : dotnet test src/OpenDirectoryDownloader --configuration Release -p:Version=${{ steps.get_version.outputs.VERSION }}
81
81
82
82
- name : Publish with dotnet
83
- run : dotnet publish src/OpenDirectoryDownloader --configuration Release -p:Version=${{ steps.get_version.outputs.VERSION }} --framework net8.0 --runtime ${{ matrix.target }} ${{ matrix.build_args }} -p:PublishSingleFile=true -p:EnableCompressionInSingleFile=true - -output ./OpenDirectoryDownloader-${{ steps.get_version.outputs.VERSION }}-${{ matrix.target }}${{ matrix.suffix }}
83
+ run : dotnet publish src/OpenDirectoryDownloader --configuration Release -p:Version=${{ steps.get_version.outputs.VERSION }} --framework net8.0 --runtime ${{ matrix.target }} ${{ matrix.build_args }} -p:PublishSingleFile=true --output ./OpenDirectoryDownloader-${{ steps.get_version.outputs.VERSION }}-${{ matrix.target }}${{ matrix.suffix }}
84
84
85
85
- name : Set executable bit (linux only)
86
86
if : ${{ matrix.os == 'ubuntu-latest' }}
You can’t perform that action at this time.
0 commit comments