Update AutoBuild.yml
This commit is contained in:
parent
bd999f18bf
commit
4a030467b4
|
@ -33,6 +33,7 @@ env:
|
||||||
CUSTOM_SCRIPT: ./Scripts/diy-script.sh
|
CUSTOM_SCRIPT: ./Scripts/diy-script.sh
|
||||||
TZ: Asia/Shanghai
|
TZ: Asia/Shanghai
|
||||||
UPLOAD_RELEASE: true
|
UPLOAD_RELEASE: true
|
||||||
|
UPLOAD_ARTIFACT: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
@ -96,6 +97,7 @@ jobs:
|
||||||
|
|
||||||
- name: Upload Firmware to Artifacts
|
- name: Upload Firmware to Artifacts
|
||||||
uses: actions/upload-artifact@main
|
uses: actions/upload-artifact@main
|
||||||
|
if: env.UPLOAD_ARTIFACT == 'true' && !cancelled()
|
||||||
with:
|
with:
|
||||||
name: OpenWrt
|
name: OpenWrt
|
||||||
path: openwrt/bin/Firmware
|
path: openwrt/bin/Firmware
|
||||||
|
|
Loading…
Reference in New Issue