mirror of
https://github.com/daveallie/crosspoint-reader.git
synced 2026-02-07 16:17:38 +03:00
CI: Upload firmware artifacts for pull requests
This commit is contained in:
parent
1c6a2c2942
commit
670a4cd3bf
11
.github/workflows/ci.yml
vendored
11
.github/workflows/ci.yml
vendored
@ -35,3 +35,14 @@ jobs:
|
|||||||
|
|
||||||
- name: Build CrossPoint
|
- name: Build CrossPoint
|
||||||
run: pio run
|
run: pio run
|
||||||
|
|
||||||
|
- name: Upload Firmware Artifacts
|
||||||
|
if: github.event_name == 'pull_request'
|
||||||
|
uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: firmware-pr-${{ github.event.pull_request.number }}
|
||||||
|
path: |
|
||||||
|
.pio/build/default/firmware.bin
|
||||||
|
.pio/build/default/bootloader.bin
|
||||||
|
.pio/build/default/partitions.bin
|
||||||
|
retention-days: 7
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user