Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
heythisisnate committed Nov 30, 2022
1 parent 9e7c4d0 commit 15ecc39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update-espwebtools-manifest.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
build = manifest['builds'].detect{|b| b['chipFamily'] == ENV['CHIP_FAMILY']}
build['parts'] = { path: ENV['RELEASE_IMAGE_URI'], offset: 0 }
puts manifest
File.write('manifest.json', JSON.dump(manifest))
File.write('assets/manifest.json', JSON.dump(manifest))

0 comments on commit 15ecc39

Please sign in to comment.