From c5bb62202d28e81a827f4ded5d60167ac4124e10 Mon Sep 17 00:00:00 2001 From: Kevin Hester Date: Fri, 16 Apr 2021 12:46:21 +0800 Subject: [PATCH] keep prebuilds for all commits for 30 days --- .github/workflows/main.yml | 5 +++-- bin/build-all.sh | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4f5c3c517..4cb461c4f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -77,5 +77,6 @@ jobs: - name: Store release zip as an artifact uses: actions/upload-artifact@v2 with: - name: firmware - path: release/archive/firmware-*.zip + name: built + path: release/archive/firmware-*.zip + rentention-days: 30 diff --git a/bin/build-all.sh b/bin/build-all.sh index 4be321aec..110b3c915 100755 --- a/bin/build-all.sh +++ b/bin/build-all.sh @@ -4,8 +4,8 @@ set -e VERSION=`bin/buildinfo.py` -#BOARDS_ESP32="tlora-v2 tlora-v1 tlora_v1_3 tlora-v2-1-1.6 tbeam heltec tbeam0.7" -BOARDS_ESP32=tbeam +BOARDS_ESP32="tlora-v2 tlora-v1 tlora_v1_3 tlora-v2-1-1.6 tbeam heltec tbeam0.7" +#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 BOARDS_NRF52="rak4631"