Skip to content

Commit a7c6960

Browse files
authored
Update main.yml
1 parent 0da622f commit a7c6960

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,10 @@ jobs:
6565
rm -rf ./src/bin/win-x64/lib/fuzzer
6666
rm -rf ./src/bin/win-x64/lib/docs
6767
rm -rf ./src/bin/win-x64/lib/doc
68-
- name: upx --best ./src/bin/win-x64/zig.exe
69-
run: upx --best
68+
69+
- name: upx exe
70+
run: upx -9 ./src/bin/win-x64/zig.exe
71+
7072
- name: pack nugets
7173
run: dotnet build -t:Pack src/PublishAotCross.Compiler.nuproj -o ./packages -p:Version=0.0.0-alpha.${{github.run_number}}
7274
- name: Upload a Build Artifact

0 commit comments

Comments
 (0)