Remover working-directory do frontend/electron no deploy.yml#113
Merged
Conversation
O quê foi alterado: - .github/workflows/deploy.yml: foram removidos os campos 'working-directory: frontend/electron' das etapas Download Electron artifact, Delete existing release e Create GitHub Release and Upload Assets. As etapas passam a ser executadas no diretório raiz do repositório. - backend/celerybeat-schedule: arquivo binário sofreu atualização (diff binário não textual mostrado). Por quê: - simplificar o fluxo do workflow, evitando dependência do diretório de execução. Isso reduz problemas com caminhos relativos ao baixar artefatos, deletar releases e subir assets, além de facilitar a manutenção. - manter consistência de caminhos e artefatos ao serem gerados e referenciados a partir do root. Impacto e notas: - não há alterações no código-fonte do frontend além do ajuste de caminho; os artefatos continuam sendo referenciados de forma adequada a partir do root. - o binário do celerybeat-schedule foi reconstruído/atualizado; valide se a nova versão funciona conforme o esperado no ambiente de Celery beat.
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
Remover working-directory do frontend/electron no deploy.yml
O quê foi alterado:
Por quê:
Impacto e notas:
Mudanças