diff --git a/.gitea/workflows/release-lte-mod.yml b/.gitea/workflows/release-lte-mod.yml index 49ced2e..a687eb6 100644 --- a/.gitea/workflows/release-lte-mod.yml +++ b/.gitea/workflows/release-lte-mod.yml @@ -92,9 +92,9 @@ jobs: fi # Send to second chat (with error checking) -# if ! curl -s -f -o /dev/null -F document=@"p9_lte_combos_mod_v${{ env.MOD_VERSION }}.zip" \ -# -F caption="New LTE Module Release ${{ env.RELEASE_TAG }}" \ -# "https://api.telegram.org/bot${BOT_TOKEN}/sendDocument?chat_id=${CHAT_ID_2}"; then -# echo "Failed to send to second chat" -# exit 1 -# fi + if ! curl -s -f -o /dev/null -F document=@"p9_lte_combos_mod_v${{ env.MOD_VERSION }}.zip" \ + -F caption="New LTE Module Release ${{ env.RELEASE_TAG }}" \ + "https://api.telegram.org/bot${BOT_TOKEN}/sendDocument?chat_id=${CHAT_ID_2}"; then + echo "Failed to send to second chat" + exit 1 + fi \ No newline at end of file