We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0da622f commit a7c6960Copy full SHA for a7c6960
.github/workflows/main.yml
@@ -65,8 +65,10 @@ jobs:
65
rm -rf ./src/bin/win-x64/lib/fuzzer
66
rm -rf ./src/bin/win-x64/lib/docs
67
rm -rf ./src/bin/win-x64/lib/doc
68
- - name: upx --best ./src/bin/win-x64/zig.exe
69
- run: upx --best
+
+ - name: upx exe
70
+ run: upx -9 ./src/bin/win-x64/zig.exe
71
72
- name: pack nugets
73
run: dotnet build -t:Pack src/PublishAotCross.Compiler.nuproj -o ./packages -p:Version=0.0.0-alpha.${{github.run_number}}
74
- name: Upload a Build Artifact
0 commit comments