summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean E. Russell <ser@ser1.net>2020-02-29 15:30:31 -0600
committerSean E. Russell <ser@ser1.net>2020-02-29 15:30:31 -0600
commit4f5955973465092551dff2ab80e832c8e83f577d (patch)
treecccff4ca5924f4d5f6c29593cde8a073b98d68df
parent3449e086df3a102a2c09c19b614043067dda545e (diff)
Still trying to get Actions to work properly.
-rw-r--r--.github/workflows/go.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index bdeaf66..7b0a045 100644
--- a/.github/workflows/go.yml
+++ b/.github/workflows/go.yml
@@ -16,7 +16,9 @@ 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: /github/workspace/.release
+ path: ${{ steps.getfilename.outputs.file }}