kopia lustrzana https://github.com/meshtastic/firmware
Move it
rodzic
e6bb79f4c1
commit
48e4101f1c
|
@ -132,17 +132,6 @@ jobs:
|
|||
run: |
|
||||
pio upgrade
|
||||
|
||||
- name: Pull OTA Firmware
|
||||
uses: dsaltares/fetch-gh-release-asset@master
|
||||
with:
|
||||
repo: "meshtastic/Meshtastic-OTA"
|
||||
file: "firmware.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:
|
||||
|
@ -159,6 +148,17 @@ jobs:
|
|||
- name: Build ESP32
|
||||
run: bin/build-esp32.sh ${{ matrix.board }}
|
||||
|
||||
- name: Pull OTA Firmware
|
||||
uses: dsaltares/fetch-gh-release-asset@master
|
||||
with:
|
||||
repo: "meshtastic/Meshtastic-OTA"
|
||||
file: "firmware.bin"
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Move OTA Firmware
|
||||
run: |
|
||||
mv firmware.bin release/bleota.bin
|
||||
|
||||
- name: Get release version string
|
||||
run: echo "::set-output name=version::$(./bin/buildinfo.py long)"
|
||||
id: version
|
||||
|
|
Ładowanie…
Reference in New Issue