summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 }}