Fix native release build target dir reuse #400
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Build Apollo3 expLoRaBLE | |
| on: | |
| push: | |
| branches: [main] | |
| pull_request: | |
| branches: [main] | |
| jobs: | |
| build: | |
| uses: ./.github/workflows/template_build.yml | |
| with: | |
| workflow-name: "Apollo3 expLoRaBLE" | |
| test-dir: "tests/platform/apollo3_thing_explorable" | |
| env-name: "apollo3_thing_explorable" | |
| firmware-ext: "bin" |