From fd546af2a5b84f7dd3084e197ea800a1aae8cdd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Thu, 24 Nov 2022 12:36:47 +0100 Subject: [PATCH] don't package meshtasticd simulator that saves 5 MB on every zip. --- .github/workflows/main_matrix.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/main_matrix.yml b/.github/workflows/main_matrix.yml index 2440b2ed3..fa2400d6e 100644 --- a/.github/workflows/main_matrix.yml +++ b/.github/workflows/main_matrix.yml @@ -127,7 +127,6 @@ jobs: with: name: firmware-native-${{ steps.version.outputs.version }}.zip path: | - release/meshtasticd_linux_amd64 release/device-*.sh release/device-*.bat @@ -180,7 +179,7 @@ jobs: id: version - name: Move files up - run: mv -b -t ./ ./*tbeam-2*/littlefs*.bin ./*tbeam-2*/bleota.bin ./**/firmware*.bin ./*t-echo*/Meshtastic_nRF52_factory_erase.uf2 ./**/firmware-*.uf2 ./**/firmware-*-ota.zip ./**/*.elf ./**/meshtasticd_linux_amd64 ./*native*/*device-*.sh ./*native*/*device-*.bat + run: mv -b -t ./ ./*tbeam-2*/littlefs*.bin ./*tbeam-2*/bleota.bin ./**/firmware*.bin ./*t-echo*/Meshtastic_nRF52_factory_erase.uf2 ./**/firmware-*.uf2 ./**/firmware-*-ota.zip ./**/*.elf ./*native*/*device-*.sh ./*native*/*device-*.bat - name: Repackage in single firmware zip uses: actions/upload-artifact@v3 @@ -190,7 +189,6 @@ jobs: ./*.bin ./*.uf2 ./firmware-*-ota.zip - ./meshtasticd_linux_amd64 ./device-*.sh ./device-*.bat retention-days: 90