Skip to content

Commit fc20cef

Browse files
authored
Upload run-image snapshots. (#55)
1 parent 7e2837c commit fc20cef

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,15 +280,18 @@ jobs:
280280
variant="${{ matrix.architecture }}-linux"
281281
fi
282282
mkdir envelopes
283+
mkdir snapshots
283284
cp build/$HOST_TARGET/firmware.envelope envelopes/firmware-$variant.envelope
284285
gzip -9 envelopes/firmware-$variant.envelope
286+
cp build/$HOST_TARGET/generated/run-image.snapshot snapshots/run-image-$variant.snapshot
285287
286288
- name: Upload artifacts
287289
uses: actions/upload-artifact@v4
288290
with:
289291
name: artifacts-host-${{ matrix.architecture }}-${{ matrix.container }}
290292
path: |
291293
envelopes
294+
snapshots
292295
293296
- name: Release
294297
if: ${{ github.event.inputs.upload-release == 'true' }}

0 commit comments

Comments
 (0)