Skip to content

Revisiting the GitHub Actions Release system (.flatpak + .deb) #1204

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

Stefterv
Copy link
Collaborator

@Stefterv Stefterv commented Aug 14, 2025

Out of caution we kept the Ant GitHub Actions in the repository, this PR will remove them and introduce a revised version of the Gradle based GitHub Actions, providing the following.

  • Setup specific to Processing is now stored in a shared action, this will cut down on repeated configuration, if anyone knows a good way to clean up the matrices I would like to know.
  • This PR pulls the configuration files out of Gradle and places them into app/linux similar to macOS and Windows.
  • This PR separates the different platforms in the release action, originally they were done with a matrix but it started to have too many exceptions and platform specific flow that I decided to have a unique job for every platform still with a matrix on the architectures.
  • This PR adds support for flatpak (not yet flathub) and add the .deb file to the release which is used by flatpak and snap.

Closes #890
Closes #1211
and includes #1202

@Stefterv Stefterv changed the title Revisiting the GitHub Actions Release system Revisiting the GitHub Actions Release system (.flatpak + .deb) Aug 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Please include a non-snap installation method for linux users on distros that disable snap Official FlatPak release for Processing IDE
1 participant