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 9f2373c commit 6155bf6Copy full SHA for 6155bf6
.github/workflows/build.yml
@@ -283,7 +283,7 @@ jobs:
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
+ cp build/$HOST_TARGET/generated/run_image.snapshot snapshots/run-image-$variant.snapshot
287
288
- name: Upload artifacts
289
uses: actions/upload-artifact@v4
0 commit comments