fix fbtenv.sh under zsh (#1645)

* fix fbtenv under ZSH, some improovements, add amap workflow timeout
* fix copy .map file in build.yml
This commit is contained in:
Max Andreev
2022-08-23 20:57:59 +03:00
committed by GitHub
parent b0daa601ad
commit 7c54fcf60a
3 changed files with 51 additions and 10 deletions

View File

@@ -15,6 +15,7 @@ env:
jobs:
amap_analyse:
runs-on: [self-hosted,FlipperZeroMacShell]
timeout-minutes: 15
steps:
- name: 'Wait Build workflow'
uses: fountainhead/action-wait-for-check@v1.0.0

View File

@@ -110,7 +110,7 @@ jobs:
- name: 'Copy .map file'
run: |
cp build/f7-firmware-D/firmware.elf.map artifacts/flipper-z-f7-firmware-${{steps.names.outputs.suffix}}.elf.map
cp build/f7-firmware-*/firmware.elf.map artifacts/flipper-z-f7-firmware-${{steps.names.outputs.suffix}}.elf.map
- name: 'Upload artifacts to update server'
if: ${{ !github.event.pull_request.head.repo.fork }}