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 9e7c4d0 commit 15ecc39Copy full SHA for 15ecc39
scripts/update-espwebtools-manifest.rb
@@ -13,4 +13,4 @@
13
build = manifest['builds'].detect{|b| b['chipFamily'] == ENV['CHIP_FAMILY']}
14
build['parts'] = { path: ENV['RELEASE_IMAGE_URI'], offset: 0 }
15
puts manifest
16
-File.write('manifest.json', JSON.dump(manifest))
+File.write('assets/manifest.json', JSON.dump(manifest))
0 commit comments