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 dd783ac commit 785fa89Copy full SHA for 785fa89
.github/workflows/main.yml
@@ -15,6 +15,9 @@ jobs:
15
with:
16
fetch-depth: 0
17
filter: tree:0
18
+ - name: Install upx
19
+ run: sudo apt-get update && sudo apt-get install upx -y
20
+
21
- name: Install .NET
22
uses: actions/setup-dotnet@v4
23
@@ -62,7 +65,8 @@ jobs:
62
65
rm -rf ./src/bin/win-x64/lib/fuzzer
63
66
rm -rf ./src/bin/win-x64/lib/docs
64
67
rm -rf ./src/bin/win-x64/lib/doc
-
68
+ - name: upx exe ./src/bin/win-x64/zig.exe
69
+ run: upx --best
70
- name: pack nugets
71
run: dotnet build -t:Pack src/PublishAotCross.Compiler.nuproj -o ./packages -p:Version=0.0.0-alpha.${{github.run_number}}
72
- name: Upload a Build Artifact
0 commit comments