From 8e4a49def69bddbba48164e76aedbb531f335350 Mon Sep 17 00:00:00 2001 From: sonohoshi Date: Fri, 17 May 2024 14:40:12 +0900 Subject: [PATCH] fix 9ck ios cicd --- .github/workflows/ios-build-and-release-for-9ck.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ios-build-and-release-for-9ck.yml b/.github/workflows/ios-build-and-release-for-9ck.yml index ac61123dce..cdb94174b7 100644 --- a/.github/workflows/ios-build-and-release-for-9ck.yml +++ b/.github/workflows/ios-build-and-release-for-9ck.yml @@ -111,7 +111,7 @@ jobs: versioning: Custom version: ${{ github.event.inputs.app-version }} allowDirtyBuild: true - customParameter: -identifier "$IOS_APP_ID" -playerName NineChroniclesK + customParameters: -identifier "$IOS_APP_ID" -playerName NineChroniclesK - uses: actions/upload-artifact@v3 with: