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 5a14bd5 commit 6cd7a42Copy full SHA for 6cd7a42
1 file changed
.github/workflows/build-N1.yml
@@ -5,7 +5,7 @@ on:
5
luci_version:
6
description: "选择luci版本"
7
required: false
8
- default: "24.10.5"
+ default: "24.10.6"
9
type: choice
10
options:
11
- 24.10.0
@@ -260,7 +260,7 @@ jobs:
260
261
- name: Package armsr-armv8 as ImmortalWrt for N1
262
uses: wukongdaily/flippy-openwrt-actions@master
263
- if: steps.find_rootfs.outputs.status == 'success' && !cancelled()
+ if: steps.down.outputs.status == 'success' && !cancelled()
264
env:
265
OPENWRT_ARMVIRT: ${{ steps.find_rootfs.outputs.file }}
266
PACKAGE_SOC: s905d
0 commit comments