remove upx

This commit is contained in:
WJQSERVER 2024-12-19 14:38:36 +08:00
parent 0944b81dcb
commit 31678b243c
2 changed files with 0 additions and 2 deletions

View file

@ -42,7 +42,6 @@ jobs:
GOARCH: ${{ matrix.goarch }}
run: |
CGO_ENABLED=0 go build -ldflags "-X main.version=${{ env.VERSION }}" -o ${{ env.OUTPUT_BINARY }}-${{matrix.goos}}-${{matrix.goarch}} ./main.go
upx -9 ${{ env.OUTPUT_BINARY }}-${{matrix.goos}}-${{matrix.goarch}}
- name: 打包
run: |
mkdir ghproxyd

View file

@ -42,7 +42,6 @@ jobs:
GOARCH: ${{ matrix.goarch }}
run: |
CGO_ENABLED=0 go build -ldflags "-s -w -X main.version=${{ env.VERSION }}" -o ${{ env.OUTPUT_BINARY }}-${{matrix.goos}}-${{matrix.goarch}} ./main.go
upx -9 ${{ env.OUTPUT_BINARY }}-${{matrix.goos}}-${{matrix.goarch}}
- name: 打包
run: |
mkdir ghproxyd