Testing higher build numbers

This commit is contained in:
Anuken
2020-11-20 11:26:49 -05:00
parent dbc0e6751b
commit aa2783a885

View File

@ -18,6 +18,7 @@ jobs:
run: |
git clone --depth=1 --branch=master https://github.com/Anuken/MindustryBuilds ../MindustryBuilds
cd ../MindustryBuilds
git tag ${GITHUB_RUN_NUMBER}
BNUM=$(($GITHUB_RUN_NUMBER + 20000))
git tag ${BNUM}
git config --global user.name "Build Uploader"
git push https://Anuken:${{ secrets.API_TOKEN_GITHUB }}@github.com/Anuken/MindustryBuilds ${GITHUB_RUN_NUMBER}
git push https://Anuken:${{ secrets.API_TOKEN_GITHUB }}@github.com/Anuken/MindustryBuilds ${BNUM}