mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-30 04:10:41 -08:00
Fixed F-Droid build string not updating on deploy
This commit is contained in:
parent
3d8479355c
commit
a13c9d0761
2 changed files with 7 additions and 0 deletions
1
.github/workflows/deployment.yml
vendored
1
.github/workflows/deployment.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
6
fastlane/metadata/android/en-US/changelogs/29813.txt
Normal file
6
fastlane/metadata/android/en-US/changelogs/29813.txt
Normal file
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue