Skip to content

Commit 6cd7a42

Browse files
authored
Update luci version and condition in build-N1.yml
1 parent 5a14bd5 commit 6cd7a42

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-N1.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
luci_version:
66
description: "选择luci版本"
77
required: false
8-
default: "24.10.5"
8+
default: "24.10.6"
99
type: choice
1010
options:
1111
- 24.10.0
@@ -260,7 +260,7 @@ jobs:
260260
261261
- name: Package armsr-armv8 as ImmortalWrt for N1
262262
uses: wukongdaily/flippy-openwrt-actions@master
263-
if: steps.find_rootfs.outputs.status == 'success' && !cancelled()
263+
if: steps.down.outputs.status == 'success' && !cancelled()
264264
env:
265265
OPENWRT_ARMVIRT: ${{ steps.find_rootfs.outputs.file }}
266266
PACKAGE_SOC: s905d

0 commit comments

Comments
 (0)