Skip to content

Commit

Permalink
更新构建时间格式,使用下划线替代空格以提高可读性
Browse files Browse the repository at this point in the history
  • Loading branch information
zgxkbtl committed Dec 2, 2024
1 parent d76f35d commit 037ad3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
GOARCH: ${{ matrix.goarch }}
CGO_ENABLED: 0
run: |
BUILD_TIME=$(date "+%F %T")
BUILD_TIME=$(date "+%F_%T")
GIT_COMMIT=$(git rev-parse HEAD)
VERSION=${GITHUB_REF#refs/tags/}
Expand Down

0 comments on commit 037ad3c

Please sign in to comment.