Skip to content

Commit 2ddea1c

Browse files
committed
ci: try to fix R3 filename (used in images-repo)
1 parent 1cf13aa commit 2ddea1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
129129
- name: Build for bananapi-r3 (mini)
130130
run: |
131-
sed -ri 's/^#(board=bpi-r3)/\1/' build.conf #change board to r3
131+
sed -ri 's/^#(board=bpi-r3)$/\1/' build.conf #change board to r3
132132
bash build.sh importconfig
133133
bash build.sh build
134134
- name: Pack for bananapi-r3

0 commit comments

Comments
 (0)