We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68925bf commit c4acaecCopy full SHA for c4acaec
1 file changed
.github/workflows/release.yml
@@ -52,16 +52,6 @@ jobs:
52
run: |
53
go build -ldflags="-s -w -X github.com/openbootdotdev/openboot/internal/cli.version=${{ steps.version.outputs.version }}" -trimpath -o openboot-${{ matrix.os }}-${{ matrix.arch }} ./cmd/openboot
54
55
- - name: Install UPX
56
- run: |
57
- sudo apt-get update
58
- sudo apt-get install -y upx-ucl
59
-
60
- - name: Compress with UPX
61
62
- upx --best --lzma --force-macos openboot-${{ matrix.os }}-${{ matrix.arch }}
63
- ls -lh openboot-${{ matrix.os }}-${{ matrix.arch }}
64
65
- name: Upload artifact
66
uses: actions/upload-artifact@v4
67
with:
0 commit comments