File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,16 +55,16 @@ jobs:
5555 - name : Start build
5656 working-directory : ./openwrt-${{ matrix.model }}
5757 run : |
58- git clone https://github.com/xiangfeidexiaohuo/EasyWrt .git
59- cp -f ./EasyWrt /diy/op/isos1.sh ./
58+ git clone https://github.com/xiangfeidexiaohuo/isos-build .git
59+ cp -f ./isos-build /diy/op/isos1.sh ./
6060 chmod +x ./isos1.sh && ./isos1.sh
6161
6262 - name : Update & Install feeds
6363 working-directory : ./openwrt-${{ matrix.model }}
6464 run : |
6565 ./scripts/feeds update -a
6666 ./scripts/feeds install -a
67- cp -f ./EasyWrt /diy/op/isos2.sh ./
67+ cp -f ./isos-build /diy/op/isos2.sh ./
6868 chmod +x ./isos2.sh && ./isos2.sh
6969
7070 - name : Checkout Config repo
@@ -101,7 +101,7 @@ jobs:
101101 mkdir -p artifacts/${{ matrix.model }}
102102
103103 rom=openwrt-${{ matrix.model }}/bin/targets/mediatek/filogic/${{ matrix.output_pattern }}
104- cp -a $rom artifacts/${{ matrix.model }}/istoreos-24.10.3 -$(date '+%Y%m%d%H')-seed-${{ matrix.lower_model }}-squashfs-sysupgrade.bin
104+ cp -a $rom artifacts/${{ matrix.model }}/istoreos-24.10.4 -$(date '+%Y%m%d%H')-seed-${{ matrix.lower_model }}-squashfs-sysupgrade.bin
105105
106106 - name : Upload Firmware Artifacts
107107 uses : actions/upload-artifact@main
You can’t perform that action at this time.
0 commit comments