mirror of
https://github.com/chainreactors/spray.git
synced 2025-09-16 04:00:24 +00:00
删除action中的upx相关部分
This commit is contained in:
parent
2421c4178d
commit
06c6b36b9f
16
.github/workflows/gorelease.yml
vendored
16
.github/workflows/gorelease.yml
vendored
@ -22,10 +22,6 @@ jobs:
|
|||||||
uses: actions/setup-go@v3
|
uses: actions/setup-go@v3
|
||||||
with:
|
with:
|
||||||
go-version: 1.17
|
go-version: 1.17
|
||||||
-
|
|
||||||
name: Install upx
|
|
||||||
run: sudo apt install upx -y
|
|
||||||
continue-on-error: true
|
|
||||||
-
|
-
|
||||||
name: Run GoReleaser
|
name: Run GoReleaser
|
||||||
uses: goreleaser/goreleaser-action@v4
|
uses: goreleaser/goreleaser-action@v4
|
||||||
@ -37,15 +33,3 @@ jobs:
|
|||||||
GITHUB_TOKEN: ${{ secrets.TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.TOKEN }}
|
||||||
GOPATH: "/home/runner/go"
|
GOPATH: "/home/runner/go"
|
||||||
|
|
||||||
- name: upx
|
|
||||||
run: upx dist/gogo*
|
|
||||||
continue-on-error: true
|
|
||||||
|
|
||||||
- name: Upload assets
|
|
||||||
uses: actions/upload-artifact@v3
|
|
||||||
with:
|
|
||||||
name: gogo_archive
|
|
||||||
path: |
|
|
||||||
dist/gogo*
|
|
||||||
tools/*
|
|
||||||
README.md
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user