File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6060 hardware/firmware/tools/flash_rp2040_firmware.sh=/usr/share/fosdem_firmware/flash_rp2040_firmware.sh \
6161 hardware/firmware/tools/flash_audio_board_firmware.sh=/usr/share/fosdem_firmware/flash_audio_board_firmware.sh
6262 - run : package_cloud push fosdem/video-team/debian/bookworm release/*deb
63+ - run : package_cloud push fosdem/video-team/debian/trixie release/*deb
6364 - store_artifacts :
6465 path : release
6566 - persist_to_workspace :
7172 executor : github
7273 steps :
7374 - run : apk add fakeroot findutils
74- - attach_workspace :
75- at : .
76- - run : mkdir -v -p release
77- - run : fakeroot tar -czvf release/fosdem-firmware-${CIRCLE_TAG}.amd64.tar.gz -C firmware_build $(find firmware_build -mindepth 1 -maxdepth 1 -printf '%f\n')
78- - run : cd release && sha256sum fosdem-firmware-*.tar.gz *deb > sha256sums.txt
79- - run : >
80- ghr \
81- -u "${CIRCLE_PROJECT_USERNAME}" \
82- -r "${CIRCLE_PROJECT_REPONAME}" \
83- -c "${CIRCLE_SHA1}" \
84- -delete \
85- "${CIRCLE_TAG}" \
86- ./release/
8775
8876workflows :
8977 build :
You can’t perform that action at this time.
0 commit comments