Skip to content

Commit

Permalink
更新 build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vipshmily committed Feb 26, 2024
1 parent 8e4fb4a commit 287de8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Build firmware
run: |
make "${{ github.event.inputs.production }}"
echo "TAG_ANME=$(TZ='Asia/Shanghai' date '+%Y-%m-%d %H:%M:%S')" >> $GITHUB_ENV
echo "TAG_ANME=$(TZ='Asia/Shanghai' date +%Y.%m.%d-%H%M)" >> $GITHUB_ENV
- name : Upload images to Artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 287de8b

Please sign in to comment.