Edit /.github/workflows/aseprite_build_deploy.yml Find and edit the os line and remove the os you don't need. strategy: matrix: os: [windows-latest, ubuntu-latest, macOS-latest] Save and commit. On every push to master and every day, the workflow will check for new Aseprite releases...
Automated workflow for GitHub Actions which builds Aseprite for Windows, Linux, macOS. By using GitHub actions there is no need for manual compilation and it does not contain malware. To adhere to the EULA of Aseprite, this workflow does not upload the binary in a public accessible space like...
Edit /.github/workflows/aseprite_build_deploy.yml Find and edit the os line and remove the os you don't need. strategy: matrix: os: [windows-latest, ubuntu-latest, macOS-latest] Save and commit. On every push to master and every day, the workflow will check for new Aseprite releases...