pull/576/head
hunterlong 2020-05-05 18:17:04 -07:00
parent 3938c54172
commit 51f4033c84
1 changed files with 6 additions and 6 deletions

View File

@ -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