We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09632f8 commit ba642bbCopy full SHA for ba642bb
1 file changed
.github/workflows/Build_isos_seed.yml
@@ -105,7 +105,7 @@ jobs:
105
mkdir -p artifacts/${{ matrix.model }}
106
107
rom=openwrt-${{ matrix.model }}/bin/targets/mediatek/filogic/${{ matrix.output_pattern }}
108
- cp -a $rom artifacts/${{ matrix.model }}/istoreos-24.10.4-$(date '+%Y%m%d%H')-seed-${{ matrix.lower_model }}-squashfs-sysupgrade.bin
+ cp -a $rom artifacts/${{ matrix.model }}/istoreos-24.10.5-$(date '+%Y%m%d%H')-seed-${{ matrix.lower_model }}-squashfs-sysupgrade.bin
109
110
- name: Upload Firmware Artifacts
111
uses: actions/upload-artifact@main
0 commit comments