Fix typos

This commit is contained in:
Willy-JL
2024-03-10 10:24:00 +00:00
parent d0b32f1124
commit e755bdb4f1
2 changed files with 2 additions and 2 deletions

View File

@@ -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"