download artifact v2

pull/576/head
hunterlong 2020-05-05 18:03:25 -07:00
parent d856b3f047
commit 3938c54172
1 changed files with 5 additions and 5 deletions

View File

@ -95,7 +95,7 @@ jobs:
uses: actions/download-artifact@v2
with:
name: static-rice-box
path: ./source/
path: ./source/rice-box.go
- name: Install Statping
env:
@ -163,7 +163,7 @@ jobs:
uses: actions/download-artifact@v2
with:
name: static-rice-box
path: ./source/
path: ./source/rice-box.go
- name: Install Statping
env:
@ -210,7 +210,7 @@ jobs:
uses: actions/download-artifact@v2
with:
name: static-rice-box
path: ./source/
path: ./source/rice-box.go
- 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/
path: ./source/rice-box.go
- 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/
path: ./source/rice-box.go
- name: Build with xgo
run: make build-win