Skip to content

Commit 3981ccb

Browse files
authored
Update main.yml
1 parent 79b4d24 commit 3981ccb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
run: upx -9 ./src/bin/win-x64/zig.exe
7171

7272
- name: pack nugets
73-
run: dotnet build -t:Pack src/PublishAotCross.Compiler.nuproj -o ./packages -p:Version=0.0.0-alpha.${{github.run_number}}
73+
run: dotnet build -t:Pack src/PublishAotCross.Compiler.nuproj -o ./packages -p:Version=0.0.0-alpha.${{github.run_number}} --property PackageCompressionLevel=Optimal
7474
- name: Upload a Build Artifact
7575
uses: actions/upload-artifact@v4
7676
with:

0 commit comments

Comments
 (0)