From aa2783a8859f98c43df59a75db1e442b03193907 Mon Sep 17 00:00:00 2001 From: Anuken Date: Fri, 20 Nov 2020 11:26:49 -0500 Subject: [PATCH] Testing higher build numbers --- .github/workflows/push.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index bccad0196e..9436adb06c 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -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}