We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e2837c commit fc20cefCopy full SHA for fc20cef
.github/workflows/build.yml
@@ -280,15 +280,18 @@ jobs:
280
variant="${{ matrix.architecture }}-linux"
281
fi
282
mkdir envelopes
283
+ mkdir snapshots
284
cp build/$HOST_TARGET/firmware.envelope envelopes/firmware-$variant.envelope
285
gzip -9 envelopes/firmware-$variant.envelope
286
+ cp build/$HOST_TARGET/generated/run-image.snapshot snapshots/run-image-$variant.snapshot
287
288
- name: Upload artifacts
289
uses: actions/upload-artifact@v4
290
with:
291
name: artifacts-host-${{ matrix.architecture }}-${{ matrix.container }}
292
path: |
293
envelopes
294
+ snapshots
295
296
- name: Release
297
if: ${{ github.event.inputs.upload-release == 'true' }}
0 commit comments