Skip to content

Commit 41d19ce

Browse files
committed
Less confusing JITPack hash message
1 parent 332d981 commit 41d19ce

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/deployment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
rm -rf .github
4545
rm README.md
4646
git add .
47-
git commit --allow-empty -m "${GITHUB_SHA}"
47+
git commit --allow-empty -m "Updating"
4848
git push https://Anuken:${{ secrets.API_TOKEN_GITHUB }}@github.com/Anuken/MindustryJitpack
4949
git tag ${RELEASE_VERSION}
5050
git push https://Anuken:${{ secrets.API_TOKEN_GITHUB }}@github.com/Anuken/MindustryJitpack

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ logs/
66
/core/assets/.gifimages/
77
/deploy/
88
/out/
9+
ios/libs/
910
/desktop/packr-out/
1011
/desktop/packr-export/
1112
/desktop/mindustry-saves/

0 commit comments

Comments
 (0)