Skip to content

Commit b61cfbe

Browse files
committed
auto update the manifest after exporting the segments
1 parent 34a7696 commit b61cfbe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/audio_segment/tarteel.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ def export_json_files
6565
end
6666
end
6767

68+
# Update manifest
69+
manifest = ExportAssetsManifest.new
70+
manifest.export_and_upload
71+
6872
FileUtils.rm_rf(root_tmp)
6973
master_zip
7074
end

0 commit comments

Comments
 (0)