Skip to content

Commit 15ecc39

Browse files
committed
fix path
1 parent 9e7c4d0 commit 15ecc39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/update-espwebtools-manifest.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
build = manifest['builds'].detect{|b| b['chipFamily'] == ENV['CHIP_FAMILY']}
1414
build['parts'] = { path: ENV['RELEASE_IMAGE_URI'], offset: 0 }
1515
puts manifest
16-
File.write('manifest.json', JSON.dump(manifest))
16+
File.write('assets/manifest.json', JSON.dump(manifest))

0 commit comments

Comments
 (0)