summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlaixintao <laixintaoo@gmail.com>2020-11-25 17:46:36 +0800
committerlaixintao <laixintaoo@gmail.com>2020-11-25 17:46:36 +0800
commit641b935c4c5cb71e6416e1da1d2f460895e39ae2 (patch)
tree60c77c57c3449b70dcf05a9ef3894e0e313d2a9a
parent7072245f81ad2016ee4d5cf08e24ace0e01f437c (diff)
bugfix: using github environment.
-rw-r--r--.github/workflows/test-binary-build.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test-binary-build.yaml b/.github/workflows/test-binary-build.yaml
index 362739b..5b981c4 100644
--- a/.github/workflows/test-binary-build.yaml
+++ b/.github/workflows/test-binary-build.yaml
@@ -79,5 +79,5 @@ jobs:
- name: Upload Release Asset to Github Artifact
uses: actions/upload-artifact@v2
with:
- name: iredis-${{ GITHUB_SHA }}.tar.gz
+ name: iredis-$GITHUB_SHA.tar.gz
path: ./build/iredis.tar.gz