@forge/cli

13.0.013.1.0-next.4-experimental-9423de1
out/deploy/packager/runtime-bundler.js
~out/deploy/packager/runtime-bundler.jsModified
+1−1
Index: package/out/deploy/packager/runtime-bundler.js
===================================================================
--- package/out/deploy/packager/runtime-bundler.js
+++ package/out/deploy/packager/runtime-bundler.js
@@ -65,9 +65,9 @@
             archiver.addFileFrom(path_1.default.join(i18n_1.I18N_BUNDLE_FOLDER_NAME, fileName), filePath);
         });
     }
     async bundle(handlers, i18nResourceBundle, packageConfig) {
-        const archiver = this.archiverFactory();
+        const archiver = await this.archiverFactory();
         const metadata = await this.packageAll(archiver, handlers, packageConfig, i18nResourceBundle);
         if (handlers.length === 0) {
             this.packageI18nResources(archiver, i18nResourceBundle);
         }