mirror of
https://gitee.com/IrisVega/frp.git
synced 2024-11-01 22:31:29 +08:00
fix goreleaser
This commit is contained in:
parent
8637077d90
commit
5f594e9a71
4
.github/workflows/goreleaser.yml
vendored
4
.github/workflows/goreleaser.yml
vendored
@ -17,6 +17,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
go-version: 1.16
|
go-version: 1.16
|
||||||
|
|
||||||
|
- run: |
|
||||||
|
# https://github.com/actions/setup-go/issues/107
|
||||||
|
cp -f `which go` /usr/bin/go
|
||||||
|
|
||||||
- name: Make All
|
- name: Make All
|
||||||
run: |
|
run: |
|
||||||
./package.sh
|
./package.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user