Update repo links (#1750)

* Update repo links to new link

* Removed travis

* Removed travis

* Updated more links
This commit is contained in:
jLynx
2024-01-10 21:13:43 +13:00
committed by GitHub
parent c2d2409bff
commit 49e719ded8
15 changed files with 40 additions and 40 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ jobs:
mkdir -p sdcard/FIRMWARE && cp build/firmware/portapack-h1_h2-mayhem.bin sdcard/FIRMWARE/portapack-mayhem_${{ steps.version_date.outputs.date }}.bin && mkdir -p sdcard/APPS && cp build/firmware/application/*.ppma sdcard/APPS && cd sdcard && zip -r ../sdcard-no-map.zip . && cd ..
- name: Download world map
run: |
wget https://github.com/eried/portapack-mayhem/releases/download/world_map/world_map.zip
wget https://github.com/portapack-mayhem/mayhem-firmware/releases/download/world_map/world_map.zip
- name: Unzip world map
run: |
unzip world_map.zip -d sdcard/ADSB