diff --git a/.github/workflows/build_push.yml b/.github/workflows/build_push.yml index fdfd406c7f..9d4588613f 100644 --- a/.github/workflows/build_push.yml +++ b/.github/workflows/build_push.yml @@ -74,7 +74,7 @@ jobs: if: env.VERSION_TAG != '' uses: r0adkll/sign-android-release@v1 with: - releaseDirectory: app/build/outputs/apk/standard/release + releaseDirectory: app/build/outputs/apk/standard/${{ startsWith(env.VERSION_TAG, 'r') && "release" || "nightly" }} signingKeyBase64: ${{ secrets.SIGNING_KEY }} alias: ${{ secrets.ALIAS }} keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }} @@ -145,7 +145,7 @@ jobs: uses: softprops/action-gh-release@v1 with: tag_name: ${{ env.VERSION_TAG }} - name: Yōkai ${{ env.VERSION_TAG }} + name: Yōkai Nightly (${{ env.VERSION_TAG }}) body: | ### Disclaimer: ***This alpha version is for testing only.*** diff --git a/README.md b/README.md index a5f64dff10..df3cde12aa 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@