Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Willy-JL committed Mar 10, 2024
1 parent d0b32f1 commit e755bdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e755bdb

Please sign in to comment.