Testing higher build numbers
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user