mirror of
https://github.com/Buriburizaem0n/nezha_domains.git
synced 2026-02-04 12:40:07 +00:00
fix
This commit is contained in:
8
.github/workflows/agent.yml
vendored
8
.github/workflows/agent.yml
vendored
@@ -21,8 +21,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
go-version: 1.10.8
|
go-version: 1.10.8
|
||||||
- run: |
|
- run: |
|
||||||
go get -u github.com/StackExchange/wmi
|
mkdir -p /home/runner/go/src/github.com/StackExchange/
|
||||||
go get -u github.com/inconshreveable/mousetrap
|
cd /home/runner/go/src/github.com/StackExchange/
|
||||||
|
git clone https://github.com/StackExchange/wmi.git
|
||||||
|
mkdir -p /home/runner/go/src/github.com/inconshreveable/
|
||||||
|
cd /home/runner/go/src/github.com/inconshreveable/
|
||||||
|
git clone https://github.com/inconshreveable/mousetrap.git
|
||||||
- name: Run GoReleaser
|
- name: Run GoReleaser
|
||||||
uses: goreleaser/goreleaser-action@v2
|
uses: goreleaser/goreleaser-action@v2
|
||||||
if: startsWith(github.ref, 'refs/tags/')
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
|
|||||||
Reference in New Issue
Block a user