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