|
|
@@ -138,13 +138,7 @@ jobs:
|
|
|
else
|
|
|
echo "Recovery out directory is empty."
|
|
|
fi
|
|
|
- if [ -f out/target/product/${{ github.event.inputs.DEVICE_NAME }}/recovery-installer.zip ]; then
|
|
|
- echo "CHECK_ZIP_IS_OK=true" >> $GITHUB_ENV
|
|
|
- echo "MD5_ZIP=$(md5sum out/target/product/${{ github.event.inputs.DEVICE_NAME }}/recovery-installer.zip | cut -d ' ' -f 1)" >> $GITHUB_ENV
|
|
|
- else
|
|
|
- echo "Recovery out directory is empty."
|
|
|
- fi
|
|
|
-
|
|
|
+
|
|
|
- name: Include Recovery Installer
|
|
|
run: |
|
|
|
if [ ${{ github.event.inputs.RECOVERY_INSTALLER }} = true ]; then
|