0
0
Fork 0

Merge branch 'hotfix/ci_tag_name'

This commit is contained in:
windowsair 2021-03-13 22:17:19 +08:00
commit fb60e12c3b
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ jobs:
id: tag
if: env.UPLOAD_USER_FIRMWARE == 'true' && steps.script.outputs.status == 'success' && !cancelled()
run: |
echo "::set-output name=release_tag::UserBuild_$(date +"%Y.%m.%d-%H:%M")"
echo "::set-output name=release_tag::UserBuild_$(date +"%Y.%m.%d_%H-%M")"
echo "::set-output name=status::success"
- name: Release user firmware