Remove workarounds
All checks were successful
Build and Release modpack / Create Release from tag (push) Successful in 7m59s

This commit is contained in:
2026-04-03 19:34:55 +02:00
parent 21da7b8be6
commit 0a50a2d702
2 changed files with 14 additions and 17 deletions

View File

@@ -85,13 +85,13 @@ jobs:
files: |-
/out/curse/*-${{ github.ref_name }}.zip
# - name: "Send notification"
# uses: ivanmilov/telegram_notify_action@v1
# with:
# api_key: ${{ secrets.TELEGRAM_API_KEY }}
# chat_id: ${{ vars.TELEGRAM_CHAT_ID }}
# message: |
# Modpack **ATM 10** just got updated to version **${{ github.ref_name }}**!
- name: "Send notification"
uses: ivanmilov/telegram_notify_action@v1
with:
api_key: ${{ secrets.TELEGRAM_API_KEY }}
chat_id: ${{ vars.TELEGRAM_CHAT_ID }}
message: |
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
# [download the newest Modpack zip directly](${{ vars.SERVER_PUBLIC_URL }}/${{ github.repository }}/releases/tag/${{ github.ref_name }}).
Go to ${{ vars.SERVER_PUBLIC_URL }}/${{ github.repository }} to get instructions on how to update or
[download the newest Modpack zip directly](${{ vars.SERVER_PUBLIC_URL }}/${{ github.repository }}/releases/tag/${{ github.ref_name }}).