Open
Conversation
Fluxo completo (developer experience) Desenvolva localmente → commit. Git tag v1.0.0 → push. GitHub Actions dispara → TODAS as lojas são atualizadas em < 15 min. GitHub Release criada com AppImage, deb, exe, dmg. Dry-run? Abra PR com tag v0-dry → pipeline roda sem publicar (usa if: github.event.ref != 'refs/tags/v0-dry'). 🔐 Segredos a cadastrar (Settings → Secrets) Table Copy Segredo Conteúdo (base64 quando .pfx/.p12) GOOGLE_PLAY_SA_JSON service-account JSON Google Play ANDROID_KEYSTORE_PWD senha do keystore ANDROID_KEY_ALIAS alias do cert ANDROID_KEY_PWD senha da chave FASTLANE_PASSWORD Apple ID senha FASTLANE_SESSION Apple 2FA session MATCH_PASSWORD passphrase do repositório de certificados WINDOWS_PFX_BASE64 certificado EV Windows (.pfx) WINDOWS_CERT_PWD senha do certificado MAC_CERT_BASE64 Developer ID Application (.p12) MAC_CERT_PWD senha do cert macOS 🚀 Resultado 1 git push origin v1.0.0 → ✅ Google Play (produção) ✅ TestFlight (iOS) ✅ Windows Store (MSIX assinado) ✅ Snapcraft (edge → stable) ✅ GitHub Release (AppImage, deb, dmg, exe) Ciclo completo de desenvolvimento → lojas em 1 push.
Update README.md to 'Talos = AGI'
Update README.md
…s to the course materials from the course webpage. Also, download the `log_validator.py` script mentioned on the page.
Author
|
Create a |
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.
Create a
course_materialsdirectory and add aREADME.mdwith links to the course materials from the course webpage. Also, download thelog_validator.pyscript mentioned on the page.