This action will build and install the Cadius tool for creating and modifying Apple II ProDOS disk images.
cadius
The action has no inputs or outputs.
name: build on: push: branches: [ main ] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: a2stuff/build-install-cadius-action@v1 - name: build and package run: | make cp out/built.BIN "out/BUILT#062000" cadius CREATEVOLUME image.po VOLNAME 140KB cadius ADDFILE image.po /VOLNAME "out/BUILT#062000" cadius CATALOG image.po