fix typo, update workflow, update README
This commit is contained in:
parent
6d9e581d61
commit
18bafa8140
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -37,6 +37,11 @@ jobs:
|
||||
- name: Build with Gradle
|
||||
run: ./gradlew build
|
||||
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: GakumasLocalify-Unsigned-apk
|
||||
path: app/build/outputs/apk/debug/app-debug.apk
|
||||
|
||||
- uses: ilharp/sign-android-release@v1
|
||||
name: Sign app APK
|
||||
id: sign_app
|
||||
@ -50,5 +55,5 @@ jobs:
|
||||
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: GakumasLocalify
|
||||
name: GakumasLocalify-Signed-apk
|
||||
path: ${{steps.sign_app.outputs.signedFile}}
|
||||
|
@ -30,6 +30,12 @@ You can download the latest build from the GitHub Actions artifacts.
|
||||
- The `local-files/resource` folder stores resource files. Currently, all txt files with the same name can be replaced.
|
||||
- To obtain the original game resources, Check [gkmasToolkit](https://github.com/kishidanatsumi/gkmasToolkit)
|
||||
|
||||
# Translation Contributors
|
||||
|
||||
<a href="https://github.com/NatsumeLS/Gakumas-Translation-Data-EN">
|
||||
<img src="https://contrib.rocks/image?repo=NatsumeLS/Gakumas-Translation-Data-EN" />
|
||||
</a>
|
||||
|
||||
# Special Thanks
|
||||
|
||||
- [gakuen-imas-localify](https://github.com/chinosk6/gakuen-imas-localify)
|
||||
|
Loading…
x
Reference in New Issue
Block a user