Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit 8b74e46

Browse files
authored
FIX
1 parent f49b354 commit 8b74e46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/BUILD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
- name: 创建当前时间戳
4848
id: create_timestamp
49-
run: echo "::set-output name=timestamp::$(date)" # '+%Y%m%d%H%M%s')"
49+
run: echo "::set-output name=timestamp::$(date '+%Y%m%d')" # %H%M%s')"
5050
shell: bash
5151

5252
- name: 上传Releases

0 commit comments

Comments
 (0)