mirror of
https://github.com/Anuken/Mindustry.git
synced 2024-12-22 16:13:59 +07:00
Less confusing JITPack hash message
This commit is contained in:
parent
332d98148b
commit
41d19ce0cb
2
.github/workflows/deployment.yml
vendored
2
.github/workflows/deployment.yml
vendored
@ -44,7 +44,7 @@ jobs:
|
|||||||
rm -rf .github
|
rm -rf .github
|
||||||
rm README.md
|
rm README.md
|
||||||
git add .
|
git add .
|
||||||
git commit --allow-empty -m "${GITHUB_SHA}"
|
git commit --allow-empty -m "Updating"
|
||||||
git push https://Anuken:${{ secrets.API_TOKEN_GITHUB }}@github.com/Anuken/MindustryJitpack
|
git push https://Anuken:${{ secrets.API_TOKEN_GITHUB }}@github.com/Anuken/MindustryJitpack
|
||||||
git tag ${RELEASE_VERSION}
|
git tag ${RELEASE_VERSION}
|
||||||
git push https://Anuken:${{ secrets.API_TOKEN_GITHUB }}@github.com/Anuken/MindustryJitpack
|
git push https://Anuken:${{ secrets.API_TOKEN_GITHUB }}@github.com/Anuken/MindustryJitpack
|
||||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,6 +6,7 @@ logs/
|
|||||||
/core/assets/.gifimages/
|
/core/assets/.gifimages/
|
||||||
/deploy/
|
/deploy/
|
||||||
/out/
|
/out/
|
||||||
|
ios/libs/
|
||||||
/desktop/packr-out/
|
/desktop/packr-out/
|
||||||
/desktop/packr-export/
|
/desktop/packr-export/
|
||||||
/desktop/mindustry-saves/
|
/desktop/mindustry-saves/
|
||||||
|
Loading…
Reference in New Issue
Block a user