This commit is contained in:
Anuken
2020-11-20 09:13:36 -05:00
parent a0f1f52a8b
commit abdccbb1bd
8 changed files with 13 additions and 9 deletions

View File

@@ -28,6 +28,13 @@ jobs:
git commit -m "Update ${GITHUB_REF:1}"
git push https://Anuken:${{ secrets.API_TOKEN_GITHUB }}@github.com/MindustryGame/docs
cd ../Mindustry
- name: Add Arc release
run: |
git clone --depth=1 --branch=master https://github.com/Anuken/Arc ../Arc
cd ../Arc
git tag ${GITHUB_REF}
git push https://Anuken:${{ secrets.API_TOKEN_GITHUB }}@github.com/Anuken/Arc ${GITHUB_REF};
cd ../Mindustry
- name: Update F-Droid build string
run: |
git clone --depth=1 --branch=master https://github.com/Anuken/MindustryBuilds ../MindustryBuilds