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

Commit 54aabdc

Browse files
dhuangnmdhuang
andauthored
fix a minor issue for release build (#86)
Co-authored-by: dhuang <[email protected]>
1 parent 38ae788 commit 54aabdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ jobs:
3131
ls dist/
3232
aws s3 cp dist/*.whl s3://nm-github-actions/${{ github.event.repository.name }}/
3333
todaytime=`date +%Y%m%d`
34-
date '+%Y%m%d-%k:%M:%S' | tee log_${GITHUB_REF_NAME}_release_${todaytime}_${GITHUB_SHA:0:7}
35-
aws s3 cp log_${GITHUB_REF_NAME}_release_${todaytime}_${GITHUB_SHA:0:7} s3://nm-github-actions/${{ github.event.repository.name }}/
34+
date '+%Y%m%d-%k:%M:%S' | tee log_${GITHUB_REF_NAME/\//-}_release_${todaytime}_${GITHUB_SHA:0:7}
35+
aws s3 cp log_${GITHUB_REF_NAME/\//-}_release_${todaytime}_${GITHUB_SHA:0:7} s3://nm-github-actions/${{ github.event.repository.name }}/

0 commit comments

Comments
 (0)