From 0dba992dd4fce6c5cf576f4bd5b00d3b4e618f42 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Tue, 9 Jun 2020 10:51:35 -0400 Subject: [PATCH] fix build for app store script path --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3d887d61f..46c12d1f6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -132,5 +132,5 @@ jobs: run: nuget restore - name: Build for App Store - run: ./.github/scripts/android/build.ps1 -configuration AppStore -platform iPhone + run: ./.github/scripts/ios/build.ps1 -configuration AppStore -platform iPhone shell: pwsh