https://github.com/marketplace/actions/build-appimage
steps:
-name: do appimage
uses: actions/build-appimage
if: runner.os == "Linux"
etc etc etc that's basically pseudocode
Need to make an appimage-builder recipe.
https://appimage-builder.readthedocs.io/en/latest/