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 021bbc5 commit b38c099Copy full SHA for b38c099
.github/workflows/build.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: Build native image
41
run: |
42
make gitwerk
43
- upx --lzma --best gitwerk
+ # upx --lzma --best gitwerk
44
zip --junk-paths gitwerk-linux-amd64 gitwerk
45
- name: Upload artifact
46
uses: actions/upload-artifact@v1
@@ -71,7 +71,7 @@ jobs:
71
72
73
make gitwerk-static
74
75
zip --junk-paths gitwerk-linux-static-amd64 gitwerk
76
77
0 commit comments