Fix unignore shaders and improve update notification
Some checks failed
Build and Release modpack / Create Release from tag (push) Failing after 1m34s
Some checks failed
Build and Release modpack / Create Release from tag (push) Failing after 1m34s
This commit is contained in:
@@ -90,7 +90,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
api_key: ${{ secrets.TELEGRAM_API_KEY }}
|
api_key: ${{ secrets.TELEGRAM_API_KEY }}
|
||||||
chat_id: ${{ vars.TELEGRAM_CHAT_ID }}
|
chat_id: ${{ vars.TELEGRAM_CHAT_ID }}
|
||||||
message: >
|
message: |
|
||||||
Modpack **ATM 10** just got updated to version **${{ github.ref_name }}**!
|
Modpack **ATM 10** just got updated to version **${{ github.ref_name }}**!
|
||||||
|
|
||||||
Go to ${{ vars.SERVER_PUBLIC_URL }}/${{ github.repository }} to get instructions on how to update or
|
Go to ${{ vars.SERVER_PUBLIC_URL }}/${{ github.repository }} to get instructions on how to update or
|
||||||
|
|||||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -36,7 +36,6 @@ minecraft/logs
|
|||||||
minecraft/modernfix/structureCache*
|
minecraft/modernfix/structureCache*
|
||||||
minecraft/saves
|
minecraft/saves
|
||||||
minecraft/screenshots
|
minecraft/screenshots
|
||||||
minecraft/shaderpacks
|
|
||||||
minecraft/simplebackups/
|
minecraft/simplebackups/
|
||||||
minecraft/TombManyGraves
|
minecraft/TombManyGraves
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user