mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-27 23:16:31 +00:00
Add sub-directory per development build (#1020)
HAOS builds add a lot of files and things get quickly messy. Use a directory per build. Also don't abort the complete build if a single board failed, we still might be interested in the rest.
This commit is contained in:
parent
1fa53bc3dc
commit
e88ae15272
3
.github/workflows/dev.yml
vendored
3
.github/workflows/dev.yml
vendored
@ -25,6 +25,7 @@ jobs:
|
||||
name: Release build for ${{ matrix.board.name }}
|
||||
needs: version
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
board:
|
||||
- {"name": "ova", "output": "ova", "runner": "x86-64-runner"}
|
||||
@ -75,6 +76,6 @@ jobs:
|
||||
port: ${{ secrets.DEV_PORT }}
|
||||
key: ${{ secrets.DEV_SCP_KEY }}
|
||||
source: "release/*"
|
||||
target: ${{ secrets.DEV_TARGET_PATH }}
|
||||
target: ${{ secrets.DEV_TARGET_PATH }}/${{ needs.version.outputs.version_dev }}/
|
||||
strip_components: 1
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user