Fix gitlog path error

This commit is contained in:
Hyy2001X 2020-10-21 21:03:35 +08:00
parent 10903e8e00
commit ce9ce6ad04
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ jobs:
run: |
cd openwrt
source $GITHUB_WORKSPACE/$CUSTOM_SCRIPT && Diy-Part3
echo "## $(date +"%Y%m%d")-AutoBuild" > update_log.txt
echo "## $(date +"%Y%m%d")-AutoBuild" > $GITHUB_WORKSPACE/update_log.txt
echo "Artifacts_DATE=$(date +"%Y%m%d%H%M")" >> $GITHUB_ENV
- name: Upload Firmware to Artifacts