Skip to content

Commit

Permalink
sane firmware location
Browse files Browse the repository at this point in the history
  • Loading branch information
dexterlb committed Jan 30, 2025
1 parent 92288c1 commit 669ebee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ jobs:
- run: mkdir -v -p release
- run: >
fpm -n fosdem-firmware -s dir -t deb -a amd64 -v ${CIRCLE_TAG#v} -p release \
firmware_build/audio_board_teensy.hex=/lib/firmware/FOSDEM/audio_board_teensy.hex \
firmware_build/box_rp2040.elf=/lib/firmware/FOSDEM/box_rp2040.elf \
hardware/firmware/tools/flash_rp2040_firmware.sh=/lib/firmware/FOSDEM/flash_rp2040_firmware.sh \
hardware/firmware/tools/flash_audio_board_firmware.sh=/lib/firmware/FOSDEM/flash_audio_board_firmware.sh
firmware_build/audio_board_teensy.hex=/usr/share/fosdem_firmware/audio_board_teensy.hex \
firmware_build/box_rp2040.elf=/usr/share/fosdem_firmware/box_rp2040.elf \
hardware/firmware/tools/flash_rp2040_firmware.sh=/usr/share/fosdem_firmware/flash_rp2040_firmware.sh \
hardware/firmware/tools/flash_audio_board_firmware.sh=/usr/share/fosdem_firmware/flash_audio_board_firmware.sh
- run: package_cloud push fosdem/video-team/debian/bookworm release/*deb
- store_artifacts:
path: release
Expand Down

0 comments on commit 669ebee

Please sign in to comment.