mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-10 15:12:06 +00:00
keep prebuilds for all commits for 30 days
This commit is contained in:
parent
c5e0ca5c02
commit
c5bb62202d
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@ -77,5 +77,6 @@ jobs:
|
|||||||
- name: Store release zip as an artifact
|
- name: Store release zip as an artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: firmware
|
name: built
|
||||||
path: release/archive/firmware-*.zip
|
path: release/archive/firmware-*.zip
|
||||||
|
rentention-days: 30
|
||||||
|
@ -4,8 +4,8 @@ set -e
|
|||||||
|
|
||||||
VERSION=`bin/buildinfo.py`
|
VERSION=`bin/buildinfo.py`
|
||||||
|
|
||||||
#BOARDS_ESP32="tlora-v2 tlora-v1 tlora_v1_3 tlora-v2-1-1.6 tbeam heltec tbeam0.7"
|
BOARDS_ESP32="tlora-v2 tlora-v1 tlora_v1_3 tlora-v2-1-1.6 tbeam heltec tbeam0.7"
|
||||||
BOARDS_ESP32=tbeam
|
#BOARDS_ESP32=tbeam
|
||||||
|
|
||||||
# FIXME note nrf52840dk build is for some reason only generating a BIN file but not a HEX file nrf52840dk-geeksville is fine
|
# FIXME note nrf52840dk build is for some reason only generating a BIN file but not a HEX file nrf52840dk-geeksville is fine
|
||||||
BOARDS_NRF52="rak4631"
|
BOARDS_NRF52="rak4631"
|
||||||
|
Loading…
Reference in New Issue
Block a user