summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean E. Russell <ser@ser1.net>2020-02-29 15:56:32 -0600
committerSean E. Russell <ser@ser1.net>2020-02-29 15:56:32 -0600
commit4ed2037b30c74983bd8d358c292691996cfbf33a (patch)
tree5fdf68227fb7a7f466be0ac46a5f2f1ca4b18a02
parent167d2950966e216d31fd21ac106143ec00d698bd (diff)
Actions work in $GITHUB_WORKSPACE. Still can't get upload-artifact to upload multiple files
-rw-r--r--.github/workflows/go.yml5
1 files changed, 1 insertions, 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