Update AutoBuild.yml

This commit is contained in:
Hyy2001X 2020-09-27 12:38:53 +08:00 committed by GitHub
parent f902c27076
commit 9a276e1dea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -110,7 +110,7 @@ jobs:
id: tag
if: env.UPLOAD_RELEASE == 'true' && !cancelled()
run: |
echo " - $(date +"%Y%m%d")-AutoUpdate" > update_log.txt
echo "$(date +"%Y%m%d")-AutoUpdate" > update_log.txt
echo "::set-env name=FIRMWARE::openwrt/bin/Firmware"
echo "::set-output name=status::success"
@ -127,5 +127,5 @@ jobs:
- name: Remove Old Artifacts
uses: c-hive/gha-remove-artifacts@v1
with:
age: '1 day'
age: '1 month'
skip-recent: 3