diff options
author | laixintao <laixintaoo@gmail.com> | 2020-11-25 17:59:57 +0800 |
---|---|---|
committer | laixintao <laixintaoo@gmail.com> | 2020-11-25 17:59:57 +0800 |
commit | 70b6030c30dd0b4856cf9386835ca4a265d99ca1 (patch) | |
tree | 45e05b02787d8eb5ecab024cf262a4be9ca6d388 /.github | |
parent | 641b935c4c5cb71e6416e1da1d2f460895e39ae2 (diff) |
finally I found some body mentioned that.
https://github.community/t/use-variables-in-upload-artifact/16577
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/test-binary-build.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test-binary-build.yaml b/.github/workflows/test-binary-build.yaml index 5b981c4..76cd31b 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 |