mirror of https://github.com/statping/statping
download artifact v2
parent
d856b3f047
commit
3938c54172
|
@ -95,7 +95,7 @@ jobs:
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: static-rice-box
|
name: static-rice-box
|
||||||
path: ./source/
|
path: ./source/rice-box.go
|
||||||
|
|
||||||
- name: Install Statping
|
- name: Install Statping
|
||||||
env:
|
env:
|
||||||
|
@ -163,7 +163,7 @@ jobs:
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: static-rice-box
|
name: static-rice-box
|
||||||
path: ./source/
|
path: ./source/rice-box.go
|
||||||
|
|
||||||
- name: Install Statping
|
- name: Install Statping
|
||||||
env:
|
env:
|
||||||
|
@ -210,7 +210,7 @@ jobs:
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: static-rice-box
|
name: static-rice-box
|
||||||
path: ./source/
|
path: ./source/rice-box.go
|
||||||
|
|
||||||
- name: Build with xgo
|
- name: Build with xgo
|
||||||
run: make build-mac
|
run: make build-mac
|
||||||
|
@ -245,7 +245,7 @@ jobs:
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: static-rice-box
|
name: static-rice-box
|
||||||
path: ./source/
|
path: ./source/rice-box.go
|
||||||
|
|
||||||
- name: Build with xgo
|
- name: Build with xgo
|
||||||
run: make build-linux
|
run: make build-linux
|
||||||
|
@ -280,7 +280,7 @@ jobs:
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: static-rice-box
|
name: static-rice-box
|
||||||
path: ./source/
|
path: ./source/rice-box.go
|
||||||
|
|
||||||
- name: Build with xgo
|
- name: Build with xgo
|
||||||
run: make build-win
|
run: make build-win
|
||||||
|
|
Loading…
Reference in New Issue