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