Skip to content

Commit

Permalink
Merge pull request #6638 from planetarium/release/260.0.5
Browse files Browse the repository at this point in the history
Release/260.0.5 to Main
  • Loading branch information
eugene-doobu authored Dec 19, 2024
2 parents c5c4ae4 + 2840c53 commit b8b6554
Show file tree
Hide file tree
Showing 388 changed files with 269,985 additions and 4,398 deletions.
19 changes: 17 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,10 @@ body:
- Windows
- macOS
- linux
- Android
- iOS
- Android (9c M)
- iOS (9c M)
- Android (9c K)
- iOS (9c K)
default: 0
validations:
required: true
Expand All @@ -47,6 +49,19 @@ body:
placeholder: ex. Windows10, Android14
validations:
required: false
- type: dropdown
id: planet
attributes:
label: Planet
description: Which planet do you running?
multiple: false
options:
- Odin
- Heimdall
- Idun
- Thor
validations:
required: true
- type: input
id: account-address-info
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/android-build-and-release-for-9ck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
androidExportType: 'androidAppBundle'
projectPath: ${{ matrix.projectPath }}
targetPlatform: ${{ matrix.targetPlatform }}
buildMethod: 'Editor.Builder.Build${{ matrix.targetPlatform }}'
buildMethod: 'NekoyumeEditor.Builder.Build${{ matrix.targetPlatform }}'
buildName: ${{ matrix.targetPlatform }}
androidVersionCode: ${{ github.event.inputs.version-code }}
version: ${{ github.event.inputs.app-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/android-build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
androidExportType: 'androidAppBundle'
projectPath: ${{ matrix.projectPath }}
targetPlatform: ${{ matrix.targetPlatform }}
buildMethod: 'Editor.Builder.Build${{ matrix.targetPlatform }}'
buildMethod: 'NekoyumeEditor.Builder.Build${{ matrix.targetPlatform }}'
buildName: ${{ matrix.targetPlatform }}
androidVersionCode: ${{ github.event.inputs.version-code }}
version: ${{ github.event.inputs.app-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
with:
projectPath: ${{ matrix.projectPath }}
targetPlatform: ${{ matrix.targetPlatform }}
buildMethod: 'Editor.Builder.Build${{ matrix.targetPlatform }}'
buildMethod: 'NekoyumeEditor.Builder.Build${{ matrix.targetPlatform }}'
buildName: ${{ matrix.targetPlatform }}

- name: Set up Python
Expand Down
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 @@ -108,7 +108,7 @@ jobs:
with:
projectPath: ${{ matrix.projectPath }}
targetPlatform: ${{ matrix.targetPlatform }}
buildMethod: 'Editor.Builder.Build${{ matrix.targetPlatform }}'
buildMethod: 'NekoyumeEditor.Builder.Build${{ matrix.targetPlatform }}'
buildName: ${{ matrix.targetPlatform }}
versioning: Custom
version: ${{ github.event.inputs.app-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ios-build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
with:
projectPath: ${{ matrix.projectPath }}
targetPlatform: ${{ matrix.targetPlatform }}
buildMethod: 'Editor.Builder.Build${{ matrix.targetPlatform }}'
buildMethod: 'NekoyumeEditor.Builder.Build${{ matrix.targetPlatform }}'
buildName: ${{ matrix.targetPlatform }}
versioning: Custom
version: ${{ github.event.inputs.app-version }}
Expand Down
Loading

0 comments on commit b8b6554

Please sign in to comment.