install-cadius-action
Version updated for https://github.com/digarok/install-cadius-action to version v0.2.0.
- This action is used across all versions by 6 repositories.
Action Type
This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The install-cadius-action GitHub Action automates the installation of Cadius, a tool for creating and manipulating ProDOS disk images, within GitHub workflows. It simplifies the process of building, packaging, and managing ProDOS disk images, including the optional inclusion of ProDOS system files for creating bootable disks. This action is particularly useful for Apple II development workflows, enabling seamless integration with tools like Merlin32 for efficient build and release pipelines.
What’s Changed
What’s Changed
This supports setting which Cadius distribution to install: “digarok” (default) or “mach-kernel”.
It also lets you set a direct URL to a Cadius zip archive or raw binary.
- build instructions by @digarok in https://github.com/digarok/install-cadius-action/pull/7
- upgrade action from node 20 to node 22 by @digarok in https://github.com/digarok/install-cadius-action/pull/8
- allow cadius repo to be set by user by @digarok in https://github.com/digarok/install-cadius-action/pull/10
- bump to p8 2.4.3 by @digarok in https://github.com/digarok/install-cadius-action/pull/11
Full Changelog: https://github.com/digarok/install-cadius-action/compare/v0.1.3...v0.2.0