Place custom partition config in artifact
This commit is contained in:
parent
3d055d6860
commit
7dc0123140
13
.github/workflows/build.yml
vendored
13
.github/workflows/build.yml
vendored
@ -3,12 +3,12 @@ name: OpenDTU Build
|
||||
on:
|
||||
push:
|
||||
paths-ignore:
|
||||
- docs/**
|
||||
- '**/*.md'
|
||||
- docs/**
|
||||
- '**/*.md'
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- docs/**
|
||||
- '**/*.md'
|
||||
- docs/**
|
||||
- '**/*.md'
|
||||
|
||||
jobs:
|
||||
get_default_envs:
|
||||
@ -100,12 +100,15 @@ jobs:
|
||||
name: opendtu-${{ matrix.environment }}
|
||||
path: |
|
||||
.pio/build/${{ matrix.environment }}/opendtu-${{ matrix.environment }}.bin
|
||||
.pio/build/${{ matrix.environment }}/partitions.bin
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
with:
|
||||
name: opendtu-release
|
||||
path: .pio/build/${{ matrix.environment }}/opendtu-${{ matrix.environment }}.bin
|
||||
path: |
|
||||
.pio/build/${{ matrix.environment }}/opendtu-${{ matrix.environment }}.bin
|
||||
.pio/build/${{ matrix.environment }}/partitions.bin
|
||||
|
||||
release:
|
||||
name: Create Release
|
||||
|
||||
Loading…
Reference in New Issue
Block a user