aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorhilimd <68371223+hilimd@users.noreply.github.com>2021-08-16 00:54:51 +0800
committerGitHub <noreply@github.com>2021-08-16 00:54:51 +0800
commit27c05f8c0b5c7bda43babeb61d79684d11851111 (patch)
treed235573112ce168ca904acbc3932ed12e94de80c /.github/workflows
parent97ad3e9d027216d74132652d4d899c7fc7c33ab1 (diff)
parentec989b037717f8fd7f0ed3bbc80f0a33654fe7aa (diff)
downloadseaweedfs-27c05f8c0b5c7bda43babeb61d79684d11851111.tar.xz
seaweedfs-27c05f8c0b5c7bda43babeb61d79684d11851111.zip
Merge pull request #80 from chrislusf/master
sync
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index ee7a23810..828396230 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -30,7 +30,7 @@ jobs:
time: '30s'
- name: Set BUILD_TIME env
- run: echo BUILD_TIME=$(date -u +%Y-%m-%d-%H-%M) >> ${GITHUB_ENV}
+ run: echo BUILD_TIME=$(date -u +%Y%m%d-%H%M) >> ${GITHUB_ENV}
- name: Go Release Binaries
uses: wangyoucao577/go-release-action@v1.17