From a1bd5c9ea0d0828efa6171fe1039cdcfef98c99f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Sat, 1 Oct 2022 10:31:25 +0200 Subject: [PATCH] Accomodate for new flash files --- .github/workflows/main_matrix.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main_matrix.yml b/.github/workflows/main_matrix.yml index ab0d9a1bc..6538368db 100644 --- a/.github/workflows/main_matrix.yml +++ b/.github/workflows/main_matrix.yml @@ -153,12 +153,9 @@ jobs: with: repo: "meshtastic/Meshtastic-OTA" file: "firmware.bin" + target: "release/bleota.bin" token: ${{ secrets.GITHUB_TOKEN }} - - name: Move OTA Firmware - run: | - mv firmware.bin release/bleota.bin - - name: Get release version string run: echo "::set-output name=version::$(./bin/buildinfo.py long)" id: version @@ -371,7 +368,7 @@ jobs: id: version - name: Move files up - run: mv -b -t ./ ./*tbeam-1*/littlefs*.bin ./*tbeam-1*/bleota.bin ./*tbeam-1*/system-info.bin ./*tbeam-1*/partitions.bin ./**/firmware*.bin ./**/*.uf2 ./**/*.elf ./**/meshtasticd_linux_amd64 ./*native*/*device-*.sh ./*native*/*device-*.bat + run: mv -b -t ./ ./*tbeam-1*/littlefs*.bin ./*tbeam-1*/bleota.bin ./**/firmware*.bin ./**/*.uf2 ./**/*.elf ./**/meshtasticd_linux_amd64 ./*native*/*device-*.sh ./*native*/*device-*.bat - name: Repackage in single firmware zip uses: actions/upload-artifact@v2