Skip to content

Commit 569e4c8

Browse files
committed
Fixed missing lines
1 parent 289d661 commit 569e4c8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

BuildAutomation/Program.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,11 @@ internal static class Program
2020
static readonly DateTime buildTime = DateTime.UtcNow;
2121

2222
static List<string> tagNames = ["armv7", "armv8", "latest"];
23+
static List<string> projectNames = ["Shelly3EmExporter", "ShellyPlugExporter", "ShellyPlus1PmExporter", "ShellyPlusPlugExporter", "ShellyPro3EmExporter",
24+
"ShellyProEmExporter", "ShellyPlusPmMiniExporter", "ShellyEmExporter", "ShellyPro4PmExporter"];
2325

2426
// static List<string> tagNames = ["development"];
27+
// static List<string> projectNames = ["ShellyPro3EmExporter"];
2528

2629
const bool pushImages = true;
2730

0 commit comments

Comments
 (0)