Hyy2001X / AutoBuild-Actions-BETA

在线编译 Openwrt | 一键在线更新固件 | BETA
MIT License
227 stars 258 forks source link

NEWIFI3 D2 Action手动编译错误提示:No files matching the glob pattern found #11

Open Watson-Will opened 1 year ago

Watson-Will commented 1 year ago

NEWIFI3 D2 Action手动编译时 workflow到Upload Firmware to Releses出现错误提示: No files matching the glob pattern found.

请问是什么问题?如何解决?

Watson-Will commented 1 year ago

0s Run svenstaro/upload-release-action@v2 with: repo_token: ** file: openwrt/bin/Firmware/ file_glob: true tag: AutoUpdate overwrite: true env: CONFIG_FILE: d-team_newifi-d2 DEFAULT_SOURCE: coolsnowwolf/lede:master UPLOAD_RELEASES: true UPLOAD_ARTIFACTS: false UPLOAD_BIN_ARTIFACTS: false DELETE_USELESS_FILES: true DELETE_OLD_WORKFLOW: false CACHE_ACCELERATE: true REPO_URL: https://github.com/coolsnowwolf/lede REPO_BRANCH: master Compile_Date: 202302020358 Display_Date: 2023/02/02 TARGET_PROFILE: d-team_newifi-d2 TARGET_BOARD: ramips TARGET_SUBTARGET: mt7621 TARGET_FLAG: Full OP_VERSION: R23.1.1-20230202 OP_AUTHOR: coolsnowwolf OP_REPO: lede OP_BRANCH: master Compile_Result: true Error: No files matching the glob pattern found.

Hyy2001X commented 1 year ago

固件太大了,编译完超出32M了所以没生成出来

Watson-Will commented 1 year ago

固件太大了,编译完超出32M了所以没生成出来

OK 不知道能不能通过修改 lede/target/linux/ramips/image/mt7621.mk 和 lede/target/linux/ramips/dts/mt7621_d-team_newifi-d2.dts 中对应的rom容量大小和分区大小来解决,就像编译64m固件那样 如果不行应该就只能精简一些软件了