Update AutoBuild.yml
This commit is contained in:
parent
f902c27076
commit
9a276e1dea
|
@ -110,7 +110,7 @@ jobs:
|
||||||
id: tag
|
id: tag
|
||||||
if: env.UPLOAD_RELEASE == 'true' && !cancelled()
|
if: env.UPLOAD_RELEASE == 'true' && !cancelled()
|
||||||
run: |
|
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-env name=FIRMWARE::openwrt/bin/Firmware"
|
||||||
echo "::set-output name=status::success"
|
echo "::set-output name=status::success"
|
||||||
|
|
||||||
|
@ -127,5 +127,5 @@ jobs:
|
||||||
- name: Remove Old Artifacts
|
- name: Remove Old Artifacts
|
||||||
uses: c-hive/gha-remove-artifacts@v1
|
uses: c-hive/gha-remove-artifacts@v1
|
||||||
with:
|
with:
|
||||||
age: '1 day'
|
age: '1 month'
|
||||||
skip-recent: 3
|
skip-recent: 3
|
||||||
|
|
Loading…
Reference in New Issue