mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-25 03:29:58 -07: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
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user