mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-12-06 02:40:23 -08:00
Update deployment.yml
This commit is contained in:
parent
3382d56590
commit
5364522a5a
1 changed files with 2 additions and 1 deletions
3
.github/workflows/deployment.yml
vendored
3
.github/workflows/deployment.yml
vendored
|
|
@ -47,7 +47,8 @@ jobs:
|
|||
git clone --depth=1 --branch=master https://github.com/Anuken/MindustryBuilds ../MindustryBuilds
|
||||
cd ../MindustryBuilds
|
||||
echo "Updating version to ${RELEASE_VERSION:1}"
|
||||
echo versionName=7-fdroid-${RELEASE_VERSION:1}$'\n'versionCode=${GITHUB_RUN_NUMBER} > version_fdroid.txt
|
||||
BNUM=$(($GITHUB_RUN_NUMBER + 1000))
|
||||
echo versionName=7-fdroid-${RELEASE_VERSION:1}$'\n'versionCode=${BNUM} > 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue