🩹 Keep a copy of the branding images in config

This commit is contained in:
trickypr 2022-01-26 18:47:56 +11:00
parent 6939f7e0cd
commit 93a840cf4e

View file

@ -174,6 +174,8 @@ export async function apply(name: string): Promise<void> {
ensureEmpty(outputPath)
await setupImages(configPath, outputPath)
// Keep a copy in config for other CI actions
await setupImages(configPath, configPath)
setupLocale(outputPath, brandingConfig)
await copyMozFiles(outputPath, brandingConfig)
}