Fixed F-Droid build string not updating on deploy

This commit is contained in:
Anuken 2021-02-08 10:58:05 -05:00
parent 3d8479355c
commit a13c9d0761
2 changed files with 7 additions and 0 deletions

View file

@ -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