Skip to content

Commit 4cf28d4

Browse files
24.10.4
fix Signed-off-by: 刀刀 <jsjson@163.com>
1 parent 692f8e9 commit 4cf28d4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/Build_isos_seed.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)