Add release artifact workflow - #4
Merged
Merged
Conversation
Consolidates the technical analysis of what would change to ship Picotado on macOS and Linux — WebView backend (WKWebView / WebKitGTK), plugin formats (AU on Mac, LV2 on Linux), App Sandbox entitlements for SOFA picker, system deps, distribution paths and effort estimates. Reference doc only — no build changes yet. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Onboarding em Ubuntu não tinha caminho — TL;DR e build manual eram 100% .cmd/PowerShell/VS2026. Adiciona seção experimental com: - apt install das deps de sistema (libwebkit2gtk-4.1, ALSA, JACK, etc). - cmake --preset default + build do Standalone via Ninja. - curl pra MIT KEMAR em ~/.config/Picotado/SOFA/ (matching JUCE userApplicationDataDirectory no Linux). Marcado como não-validado; aponta pro PORTING.md pra escopo completo de mudanças que podem ser necessárias na primeira execução real. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Agent-Logs-Url: https://github.com/filipeborato/picotado/sessions/fae36be7-32d0-4f4c-b8d6-04780b1641a2 Co-authored-by: filipeborato <21025394+filipeborato@users.noreply.github.com>
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.
Adds a GitHub Actions release artifact workflow for Picotado.\n\n- Builds macOS VST3 and AU artifacts with CMake/Xcode\n- Builds Ubuntu VST3 and LV2 artifacts with CMake/Ninja\n- Uploads separate install notes and release asset bundles\n- Attaches artifacts to draft GitHub Releases for v* tags\n\nLocal validation was limited because this Windows environment is missing Ninja and the configured VS2026 compiler path is stale, so the GitHub Actions run is the real cross-platform validation.