Releasing AppImage with GItHub Actions

I wrote an article on how to build and release AppImage package on your GitHub repository using their very own CI/CD (Actions).

Through the article, you will know:

  • The basics of GitHub Actions
  • Run the build script in Actions
  • Create Release and publish AppImage

If you are interested, do take a read:

Hi @tyu1996, thank you very much for this article. I was wondering how GitHub Actions works.

It’s great that you have written it up. Thank you so much.