Skip to content

Commit 0d8b0e2

Browse files
updating to new appcenter
1 parent b44318a commit 0d8b0e2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ publish-ui-appcenter:
417417
ifneq ($(APPCENTER_SECRET_UWP),)
418418
ifeq ($(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)
421421
endif
422422
else
423423
@echo "APPCENTER_SECRET_UWP not set. Skipping AppCenter publish"
@@ -426,7 +426,7 @@ endif
426426
ifneq ($(APPCENTER_SECRET_MACOS),)
427427
ifeq ($(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)
430430
endif
431431
else
432432
@echo "APPCENTER_SECRET_MACOS not set. Skipping AppCenter publish"

0 commit comments

Comments
 (0)