Skip to content

Commit

Permalink
Tentando corrigir o upload pro Telegram
Browse files Browse the repository at this point in the history
  • Loading branch information
lucmsilva651 committed Nov 5, 2024
1 parent 138296f commit 0a55e28
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,12 @@ jobs:
- name: Post to Telegram
run: |
cp $ROM_FILE $CI_ROM_FILE
POST_MSG="Nova Build do Pokémon Emerald em PT-BR<br><br>Commit: ${{ env.COMMIT_MESSAGE }}<br>Autor: ${{ env.COMMIT_AUTHOR}}<br>URL: ${{ env.COMMIT_URL}}"
if [ ! -z "$BOT_TOKEN" ]; then
curl -X POST "https://api.telegram.org/bot$BOT_TOKEN/sendDocument" \
-F "chat_id=$CHANNEL_ID" \
-F "caption=$POST_MSG" \
-F "parse_mode=HTML" \
-F "document=@$CI_ROM_FILE"
-F chat_id=$CHANNEL_ID \
-F caption="*Nova Build do Pokémon Emerald em PT-BR*\n\nCommit: \`${{ env.COMMIT_MESSAGE }}\`\nAutor: \`${{ env.COMMIT_AUTHOR}}\`\nURL: \`${{ env.COMMIT_URL}}\`" \
-F parse_mode="Markdown" \
-F document=@$CI_ROM_FILE
fi
continue-on-error: true

Expand Down
Empty file added LEGAL.md
Empty file.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
# Pokémon Esmeralda (PT-BR)
Essa é uma tradução da decompilação do Pokémon Esmeralda (Emerald).

- Se você for um representante das seguintes empresas: Game Freak, Nintendo, Creatures ou The Pokémon Company: Leia [LEGAL.md](LEGAL.md)
- If you are a representative of the following companies: Game Freak, Nintendo, Creatures, or The Pokémon Company: Read [LEGAL.md](LEGAL.md)

# Sobre
Essa é uma tradução em Português do Brasil da decompilação do Pokémon Esmeralda (Emerald).

Baseado na seguinte ROM:
* [**pokeemerald.gba**](https://datomatic.no-intro.org/index.php?page=show_record&s=23&n=1961) `sha1: f3ae088181bf583e55daf962a92bb46f4f1d07b7`

Se quiser configurar o repositório pra fazer as builds, veja o [INSTALL.md](INSTALL.md) (tá em inglês).


## Notas
Todos os caracteres com `~` (Ã, Õ, etc) foram substituidos por um trema `¨`.

Expand Down

0 comments on commit 0a55e28

Please sign in to comment.