actions/upload and download suck

pull/515/head
hunterlong 2020-04-20 00:34:36 -07:00
parent f6893035fd
commit 0c9ee20648
1 changed files with 3 additions and 3 deletions

View File

@ -46,7 +46,7 @@ jobs:
uses: actions/upload-artifact@v2-preview
with:
name: static-rice-box
path: ./source/rice-box.go
path: ./source
test:
needs: compile
@ -74,7 +74,7 @@ jobs:
uses: actions/download-artifact@v1
with:
name: static-rice-box
path: ./source/rice-box.go
path: ./source
- name: Install Statping
env:
@ -147,7 +147,7 @@ jobs:
uses: actions/download-artifact@v1
with:
name: static-rice-box
path: ./source/rice-box.go
path: ./source
- name: Build Binaries
env: