new location of ota firmware

This commit is contained in:
Thomas Göttgens 2022-10-31 14:50:31 +01:00 committed by GitHub
parent b4d6c8f37b
commit b7ef63230b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -153,7 +153,7 @@ jobs:
- name: Pull OTA Firmware - name: Pull OTA Firmware
uses: dsaltares/fetch-gh-release-asset@master uses: dsaltares/fetch-gh-release-asset@master
with: with:
repo: "meshtastic/Meshtastic-OTA" repo: "meshtastic/firmware-ota"
file: "firmware.bin" file: "firmware.bin"
target: "release/bleota.bin" target: "release/bleota.bin"
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}