Skip to content

Commit 4835232

Browse files
Add workflow step to grab most recent firmware binary
1 parent c47ad42 commit 4835232

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Setup Pages
3535
uses: actions/configure-pages@v5
3636
- name: Grab Firmware Binary
37-
run: mkdir -p ./docs/_binaries && curl -L https://github.com/little-red-rover/lrr-firmware/releases/latest/download/lrr-firmware.bin -o ./docs/_binaries/lrr-firmware.bin
37+
run: mkdir -p ./docs/_binaries && curl --clobber -L https://github.com/little-red-rover/lrr-firmware/releases/latest/download/lrr-firmware.bin -o ./docs/_binaries/lrr-firmware.bin
3838
- name: Upload artifact
3939
uses: actions/upload-pages-artifact@v3
4040
with:

docs/_binaries/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# _binaries
2+
3+
This folder contains binary artifacts generated in lrr-firmware, which are used by the firmware tool.
4+
5+
The stub binary here is not up to date, and only included to allow local debugging.
6+
It is written over with the most recent version during the [pages deployment action](https://github.com/little-red-rover/lrr-docs/blob/c47ad42e98806932c1cb93e0b3619bc2d0b2bffd/.github/workflows/deploy.yml#L37).

docs/_binaries/lrr-firmware.bin

1.03 MB
Binary file not shown.

0 commit comments

Comments
 (0)