Remove upx

This commit is contained in:
Ben Sarmiento
2023-10-28 21:37:56 +02:00
parent 78309e0d1c
commit 6946ccf4dd

View File

@@ -33,7 +33,6 @@ jobs:
- name: Build - name: Build
run: | run: |
CGO_ENABLED=0 GOOS=${{ matrix.goos }} GOARCH=${{ matrix.goarch }} go build -ldflags="-s -w" -o zurg-${{ matrix.goos }}-${{ matrix.goarch }} cmd/zurg/main.go CGO_ENABLED=0 GOOS=${{ matrix.goos }} GOARCH=${{ matrix.goarch }} go build -ldflags="-s -w" -o zurg-${{ matrix.goos }}-${{ matrix.goarch }} cmd/zurg/main.go
upx --brute zurg-${{ matrix.goos }}-${{ matrix.goarch }}
- name: Upload Artifacts - name: Upload Artifacts
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3