Skip to content

Commit

Permalink
Accomodate for new flash files
Browse files Browse the repository at this point in the history
  • Loading branch information
caveman99 authored Oct 1, 2022
1 parent de56a37 commit a1bd5c9
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/main_matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,12 +153,9 @@ 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: Get release version string
run: echo "::set-output name=version::$(./bin/buildinfo.py long)"
id: version
Expand Down Expand Up @@ -371,7 +368,7 @@ jobs:
id: version

- name: Move files up
run: mv -b -t ./ ./*tbeam-1*/littlefs*.bin ./*tbeam-1*/bleota.bin ./*tbeam-1*/system-info.bin ./*tbeam-1*/partitions.bin ./**/firmware*.bin ./**/*.uf2 ./**/*.elf ./**/meshtasticd_linux_amd64 ./*native*/*device-*.sh ./*native*/*device-*.bat
run: mv -b -t ./ ./*tbeam-1*/littlefs*.bin ./*tbeam-1*/bleota.bin ./**/firmware*.bin ./**/*.uf2 ./**/*.elf ./**/meshtasticd_linux_amd64 ./*native*/*device-*.sh ./*native*/*device-*.bat

- name: Repackage in single firmware zip
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit a1bd5c9

Please sign in to comment.