File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -56,10 +56,10 @@ jobs:
56
56
- run : mkdir -v -p release
57
57
- run : >
58
58
fpm -n fosdem-firmware -s dir -t deb -a amd64 -v ${CIRCLE_TAG#v} -p release \
59
- firmware_build/audio_board_teensy.hex=/lib/firmware/FOSDEM /audio_board_teensy.hex \
60
- firmware_build/box_rp2040.elf=/lib/firmware/FOSDEM /box_rp2040.elf \
61
- hardware/firmware/tools/flash_rp2040_firmware.sh=/lib/firmware/FOSDEM /flash_rp2040_firmware.sh \
62
- hardware/firmware/tools/flash_audio_board_firmware.sh=/lib/firmware/FOSDEM /flash_audio_board_firmware.sh
59
+ firmware_build/audio_board_teensy.hex=/usr/share/fosdem_firmware /audio_board_teensy.hex \
60
+ firmware_build/box_rp2040.elf=/usr/share/fosdem_firmware /box_rp2040.elf \
61
+ hardware/firmware/tools/flash_rp2040_firmware.sh=/usr/share/fosdem_firmware /flash_rp2040_firmware.sh \
62
+ hardware/firmware/tools/flash_audio_board_firmware.sh=/usr/share/fosdem_firmware /flash_audio_board_firmware.sh
63
63
- run : package_cloud push fosdem/video-team/debian/bookworm release/*deb
64
64
- store_artifacts :
65
65
path : release
You can’t perform that action at this time.
0 commit comments