diff --git a/.github/workflows/build-openwrt.yml b/.github/workflows/build-openwrt.yml index cf20c4fe7..74c270139 100644 --- a/.github/workflows/build-openwrt.yml +++ b/.github/workflows/build-openwrt.yml @@ -44,7 +44,7 @@ jobs: ln -sf files openwrt/files chmod +x diy.sh ./diy.sh - cp .config openwrt + [ -e ".config" ] && cp .config openwrt cd openwrt make defconfig