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

View File

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