From 3c038a8c50275426194a910cafb42eff298ed95b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Tue, 27 Sep 2022 00:50:16 +0200 Subject: [PATCH] Update main_matrix.yml --- .github/workflows/main_matrix.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main_matrix.yml b/.github/workflows/main_matrix.yml index b41a8792b..056e7c4df 100644 --- a/.github/workflows/main_matrix.yml +++ b/.github/workflows/main_matrix.yml @@ -137,9 +137,12 @@ 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: Pull web ui uses: dsaltares/fetch-gh-release-asset@master with: