godot-actions
GitHub Actions for Godot Engine projects, simplifying the build and export process for various platforms, including itch.io deployment. It automates tasks like exporting to Windows, Linux, Web, Android, and macOS.
https://github.com/bend-n/godot-actionsPreview Image

Streamline Godot Game Development with GitHub Actions
This repository provides a collection of composite GitHub Actions designed to automate the building, exporting, and deployment of Godot Engine projects. It simplifies the process of creating builds for multiple platforms and deploying them to itch.io using GitHub Actions.
Automated Builds and Exports
The actions support exporting Godot projects to a variety of platforms, including Windows, Linux, Web, Android, and macOS. The configuration is flexible, allowing you to specify the target platforms and customize the build process.
Easy Itch.io Deployment
With integrated itch.io deployment capabilities, you can seamlessly deploy your Godot games directly from your GitHub workflow. This action utilizes Butler for efficient and reliable deployments.
Customizable Workflows
The provided examples and configurations allow you to adapt the actions to your specific project requirements. You can define pre- and post-export scripts to perform custom tasks before or after the build process.