Skip to content

Commit ca3b017

Browse files
committed
Fix filename for ARMv7 build
1 parent cb66acc commit ca3b017

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-spotty.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
- name: Build ARMv7 musl
9191
run: |
9292
./cross build --target=armv7-unknown-linux-musleabihf $LINUX_FEATURES
93-
cp target/armv7-unknown-linux-musleabihf/release/spotty releases/arm-linux/spotty-muslhf
93+
cp target/armv7-unknown-linux-musleabihf/release/spotty releases/arm-linux/spotty-hf
9494
9595
- name: Build ARM musl
9696
run: |

0 commit comments

Comments
 (0)