diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index bead846691..f3e83da601 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -50,6 +50,7 @@ jobs: echo versionName=6-fdroid-${RELEASE_VERSION:1}$'\n'versionCode=${RELEASE_VERSION:1} > version_fdroid.txt git add . git commit -m "Updating to build ${RELEASE_VERSION:1}" + git push https://Anuken:${{ secrets.API_TOKEN_GITHUB }}@github.com/Anuken/MindustryBuilds cd ../Mindustry - name: Upload client artifacts uses: svenstaro/upload-release-action@v2 diff --git a/fastlane/metadata/android/en-US/changelogs/29813.txt b/fastlane/metadata/android/en-US/changelogs/29813.txt new file mode 100644 index 0000000000..d23706c259 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/29813.txt @@ -0,0 +1,6 @@ +[This is a truncated changelog, see Github for full notes] +- Fixed mod list being fetched on startup, leading to potentially annoying error messages +- Fixed crash when a mod without a version is viewed +- Un-blacklisted arc.Net +- Added unit armor stats to database +- Added unit production time to unit factory database