diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2021-08-10 03:30:18 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-10 03:30:18 -0700 |
| commit | f9cf9b93d32a2b01bc4d95ce7d24d86ef60be668 (patch) | |
| tree | 0fc1e67a454719d356f8077d9269049d8350d93b | |
| parent | 8ff6c9a0c63851c884e69f07e5809eea224b0e0c (diff) | |
| download | seaweedfs-f9cf9b93d32a2b01bc4d95ce7d24d86ef60be668.tar.xz seaweedfs-f9cf9b93d32a2b01bc4d95ce7d24d86ef60be668.zip | |
Update release.yml
| -rw-r--r-- | .github/workflows/release.yml | 2 |
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 |
