We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 332d981 commit 41d19ceCopy full SHA for 41d19ce
.github/workflows/deployment.yml
@@ -44,7 +44,7 @@ jobs:
44
rm -rf .github
45
rm README.md
46
git add .
47
- git commit --allow-empty -m "${GITHUB_SHA}"
+ git commit --allow-empty -m "Updating"
48
git push https://Anuken:${{ secrets.API_TOKEN_GITHUB }}@github.com/Anuken/MindustryJitpack
49
git tag ${RELEASE_VERSION}
50
.gitignore
@@ -6,6 +6,7 @@ logs/
6
/core/assets/.gifimages/
7
/deploy/
8
/out/
9
+ios/libs/
10
/desktop/packr-out/
11
/desktop/packr-export/
12
/desktop/mindustry-saves/
0 commit comments