Update main_matrix.yml

This commit is contained in:
Thomas Göttgens 2022-09-27 00:50:16 +02:00 committed by GitHub
parent 5332db1eca
commit 3c038a8c50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: