diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5ee10dc..08e6671 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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}} diff --git a/README.md b/README.md index 5806f56..091b465 100644 --- a/README.md +++ b/README.md @@ -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 + + + + + # Special Thanks - [gakuen-imas-localify](https://github.com/chinosk6/gakuen-imas-localify)