From 4ed2037b30c74983bd8d358c292691996cfbf33a Mon Sep 17 00:00:00 2001 From: "Sean E. Russell" Date: Sat, 29 Feb 2020 15:56:32 -0600 Subject: [PATCH] Actions work in $GITHUB_WORKSPACE. Still can't get upload-artifact to upload multiple files --- .github/workflows/go.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 8d9f80a..54d72f1 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -16,10 +16,7 @@ jobs: env: COMPRESS_FILES: true - - id: getfilename - run: echo "::set-output name=file::$(ls .release/*.tgz .release/*.zip)" - - uses: actions/upload-artifact@v1 with: name: Binaries - path: ${{ steps.getfilename.outputs.file }} + path: .release