mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-06-17 20:19:43 -07:00
Fix release tgz naming
This commit is contained in:
@@ -60,7 +60,8 @@ jobs:
|
||||
run: |
|
||||
cd ./dist/${DEFAULT_TARGET}-*
|
||||
mv flipper-z-${DEFAULT_TARGET}-update-*.tgz ${RELEASE_TAG}.tgz
|
||||
cd ./${DEFAULT_TARGET}-update-*
|
||||
mv ${DEFAULT_TARGET}-update-* ${RELEASE_TAG}
|
||||
cd ./${RELEASE_TAG}
|
||||
7z a ../${RELEASE_TAG}.zip .
|
||||
cd ..
|
||||
mv ${RELEASE_TAG}.tgz ..
|
||||
|
||||
Reference in New Issue
Block a user