Ajusta upload do artefato Electron no CI com caminho correto#114
Merged
Conversation
O que mudou: - .github/workflows/deploy.yml: reformulei o passo de upload do artefato Electron. Adicionei um passo nomeado "Upload Electron artifact" e alterei o path para frontend/electron/dist/*.exe, em vez de dist/*.exe. - backend/celerybeat-schedule: arquivo binário sofreu alteração (diff binário). Por que: - Garantir que o instalador Windows gerado pelo Electron seja encontrado e enviado corretamente no fluxo de release, especialmente após reorganizações na estrutura de diretórios do frontend. - Tornar o log de CI mais claro e facilitar troubleshooting ao ter um passo nomeado para o upload. Impacto e validação: - O CI agora busca os executáveis em frontend/electron/dist/*.exe; certifique-se de que o build do Electron gere os artefatos nesse caminho durante o workflow. - Se o artefato não for encontrado, verifique a geração dos executáveis no diretório frontend/electron/dist no momento da execução do deploy. Observações: - O celerybeat-schedule é um arquivo binário; a diferença não é legível via diff de texto. Valide com a equipe de backend se essa mudança é esperada (p. ex., regeneração de schedule) e registre o motivo nos comentários de commit se necessário.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Descrição
Ajusta upload do artefato Electron no CI com caminho correto
O que mudou:
Por que:
Impacto e validação:
Observações:
Mudanças