From e755bdb4f14a17725b38bc35ca0c74fca1a797d3 Mon Sep 17 00:00:00 2001 From: Willy-JL <49810075+Willy-JL@users.noreply.github.com> Date: Sun, 10 Mar 2024 10:24:00 +0000 Subject: [PATCH] Fix typos --- .github/workflows/build.yml | 2 +- ReadMe.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 42bb8a8e21..b502ddfaa7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -82,7 +82,7 @@ jobs: mkdir artifacts cp dist/${TARGET}-*/flipper-z-${TARGET}-{update,sdk}-* artifacts/ cd dist/${TARGET}-*/${TARGET}-update-*/ - artifact="$basename "$(realpath .)")" + artifact="$(basename "$(realpath .)")" 7z a ../../../artifacts/flipper-z-${artifact}.zip . - name: "Upload artifacts to update server" diff --git a/ReadMe.md b/ReadMe.md index 998e364616..97fa3b09e6 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -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 - Bad-Keyboard App - BLE Spam App -- FindMy App +- FindMy Flipper App - NFC Maker App - Wardriver App - File Search across SD Card