mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2025-10-09 22:52:32 +02:00
Fix typos
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -82,7 +82,7 @@ jobs:
|
|||||||
mkdir artifacts
|
mkdir artifacts
|
||||||
cp dist/${TARGET}-*/flipper-z-${TARGET}-{update,sdk}-* artifacts/
|
cp dist/${TARGET}-*/flipper-z-${TARGET}-{update,sdk}-* artifacts/
|
||||||
cd dist/${TARGET}-*/${TARGET}-update-*/
|
cd dist/${TARGET}-*/${TARGET}-update-*/
|
||||||
artifact="$basename "$(realpath .)")"
|
artifact="$(basename "$(realpath .)")"
|
||||||
7z a ../../../artifacts/flipper-z-${artifact}.zip .
|
7z a ../../../artifacts/flipper-z-${artifact}.zip .
|
||||||
|
|
||||||
- name: "Upload artifacts to update server"
|
- name: "Upload artifacts to update server"
|
||||||
|
@@ -93,7 +93,7 @@ Note that this repo is always updated with the great work from our friends at [U
|
|||||||
- More UI customization, redesigns and optimizations
|
- More UI customization, redesigns and optimizations
|
||||||
- Bad-Keyboard App
|
- Bad-Keyboard App
|
||||||
- BLE Spam App
|
- BLE Spam App
|
||||||
- FindMy App
|
- FindMy Flipper App
|
||||||
- NFC Maker App
|
- NFC Maker App
|
||||||
- Wardriver App
|
- Wardriver App
|
||||||
- File Search across SD Card
|
- File Search across SD Card
|
||||||
|
Reference in New Issue
Block a user