[FL-2764] SubGhz: fix CAME, Chamberlain potocol (#1650)

* SubGhz: fix guard time CAME potocol
* SubGhz: fix file upload Chamberlain
* Github: fix spelling

Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
Skorpionm
2022-08-24 19:14:27 +04:00
committed by GitHub
parent 7e20df7e93
commit ce7b943793
4 changed files with 11 additions and 8 deletions

View File

@@ -86,7 +86,7 @@ jobs:
${{ secrets.RSYNC_DEPLOY_USER }}@${{ secrets.RSYNC_DEPLOY_HOST }}:"${{ secrets.RSYNC_DEPLOY_BASE_PATH }}${{steps.names.outputs.branch-name}}/" artifacts/;
rm ./deploy_key;
- name: 'Make .map file analyse'
- name: 'Make .map file analyze'
run: |
cd artifacts/
/Applications/amap/Contents/MacOS/amap -f flipper-z-f7-firmware-${{steps.names.outputs.suffix}}.elf.map

View File

@@ -93,7 +93,7 @@ jobs:
rm -rf artifacts/${BUNDLE_NAME}
done
- name: "Check for uncommited changes"
- name: "Check for uncommitted changes"
run: |
git diff --exit-code