Skip to content

Commit

Permalink
fix build file name at ios 9cK
Browse files Browse the repository at this point in the history
  • Loading branch information
sonohoshi committed May 17, 2024
1 parent 3caa6bc commit be9c0af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ios-build-and-release-for-9ck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
versioning: Custom
version: ${{ github.event.inputs.app-version }}
allowDirtyBuild: true
customParameters: -identifier "$IOS_APP_ID"
customParameters: -identifier "$IOS_APP_ID" -playerName NineChroniclesK

- uses: actions/upload-artifact@v3
with:
Expand Down
1 change: 1 addition & 0 deletions nekoyume/Assets/Editor/Builder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ private static void Build(
$"{PlayerName}.exe",
BuildTarget.Android =>
$"android-build.{(EditorUserBuildSettings.buildAppBundle ? "aab" : "apk")}",
BuildTarget.iOS => "Nine Chronicles M",
_ => PlayerName,
}
);
Expand Down

0 comments on commit be9c0af

Please sign in to comment.