diff --git a/engine/src/flutter/sky/tools/big_red_button.py b/engine/src/flutter/sky/tools/big_red_button.py index 0d072808bfe..286906705c3 100755 --- a/engine/src/flutter/sky/tools/big_red_button.py +++ b/engine/src/flutter/sky/tools/big_red_button.py @@ -55,6 +55,7 @@ ARTIFACTS = { 'linux-x64': [ Artifact('shell', 'icudtl.dat'), Artifact('shell', 'sky_shell'), + Artifact('shell', 'sky_snapshot'), Artifact('viewer', 'sky_viewer.mojo'), ] }