Skip to content

Commit 6155bf6

Browse files
authored
Fix the run-image snapshot. (toitlang#62)
1 parent 9f2373c commit 6155bf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ jobs:
283283
mkdir snapshots
284284
cp build/$HOST_TARGET/firmware.envelope envelopes/firmware-$variant.envelope
285285
gzip -9 envelopes/firmware-$variant.envelope
286-
cp build/$HOST_TARGET/generated/run-image.snapshot snapshots/run-image-$variant.snapshot
286+
cp build/$HOST_TARGET/generated/run_image.snapshot snapshots/run-image-$variant.snapshot
287287
288288
- name: Upload artifacts
289289
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)