From 0c9ee206487b8f452dee41c97176dfc1e1a3c6b9 Mon Sep 17 00:00:00 2001 From: hunterlong Date: Mon, 20 Apr 2020 00:34:36 -0700 Subject: [PATCH] actions/upload and download suck --- .github/workflows/master.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 0c315304..f66b4de3 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -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: