Skip to content

Commit f1a18ee

Browse files
authored
ci: update code
1 parent 980752a commit f1a18ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/Build_Multi_Platform(V6).yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@ jobs:
627627
if [[ "${{ matrix.source_code_platform }}" == "lede" ]]; then
628628
for file in openwrt-*; do
629629
if [[ -f "$file" ]]; then
630-
mv "$file" "${file/openwrt-/lean-}"
630+
mv "$file" "${file/openwrt-/lede-}"
631631
fi
632632
done
633633
fi

0 commit comments

Comments
 (0)