File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -417,7 +417,7 @@ publish-ui-appcenter:
417417ifneq ($(APPCENTER_SECRET_UWP ) ,)
418418ifeq ($(OPERATING_SYSTEM ) ,Windows)
419419 @echo "Publishing UWP to AppCenter"
420- appcenter distribute release -f $(ELECTIONGUARD_PUBLISH_DIR)/ElectionGuard.UI.zip -g QualityAssurance -a "InfernoRed-Technology /ElectionGuard-Admin-1" -n $(BUILD_NUMBER) -b $(BUILD_VERSION) --disable-telemetry --token $(APPCENTER_API_TOKEN_UWP)
420+ appcenter distribute release -f $(ELECTIONGUARD_PUBLISH_DIR)/ElectionGuard.UI.zip -g QualityAssurance -a "Election-Tech-Initiative /ElectionGuard-Admin-1" -n $(BUILD_NUMBER) -b $(BUILD_VERSION) --disable-telemetry --token $(APPCENTER_API_TOKEN_UWP)
421421endif
422422else
423423 @echo "APPCENTER_SECRET_UWP not set. Skipping AppCenter publish"
@@ -426,7 +426,7 @@ endif
426426ifneq ($(APPCENTER_SECRET_MACOS ) ,)
427427ifeq ($(OPERATING_SYSTEM ) ,Darwin)
428428 @echo "Publishing MacCatalyst to AppCenter"
429- appcenter distribute release -f $(ELECTIONGUARD_PUBLISH_DIR)/*.pkg -g QualityAssurance -a "InfernoRed-Technology /ElectionGuard-Admin" -n $(BUILD_NUMBER) -b $(BUILD_VERSION) --disable-telemetry --token $(APPCENTER_API_TOKEN_MACOS)
429+ appcenter distribute release -f $(ELECTIONGUARD_PUBLISH_DIR)/*.pkg -g QualityAssurance -a "Election-Tech-Initiative /ElectionGuard-Admin" -n $(BUILD_NUMBER) -b $(BUILD_VERSION) --disable-telemetry --token $(APPCENTER_API_TOKEN_MACOS)
430430endif
431431else
432432 @echo "APPCENTER_SECRET_MACOS not set. Skipping AppCenter publish"
You can’t perform that action at this time.
0 commit comments