Skip to content

Commit acdb1f6

Browse files
committed
ci: fix packed filename for R4 (was r4lite)
1 parent b938e57 commit acdb1f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
141141
- name: Build for bananapi-r4
142142
run: |
143-
sed -ri 's/^#(board=bpi-r4)/\1/' build.conf #change board to r4
143+
sed -ri 's/^#(board=bpi-r4)$/\1/' build.conf #change board to r4
144144
bash build.sh importconfig
145145
bash build.sh build
146146
- name: Pack for bananapi-r4

0 commit comments

Comments
 (0)