# build-appimage **Repository Path**: rustlab/build-appimage ## Basic Information - **Project Name**: build-appimage - **Description**: No description available - **Primary Language**: Shell - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-14 - **Last Updated**: 2024-04-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # build-appimage Create an AppImage using appimage-builder. Check the [appimage-builder documentation](https://appimage-builder.readthedocs.io/) for more details about writing the recipe files. ## Inputs ### `recipe` **Required** The appimage-builder recipe file. ### `args` **Optional** The appimage-builder execution args. ## Example usage ```yaml uses: AppImageCrafters/build-appimage@master with: recipe: "./appimage-demo-qt5/AppImageBuilder.yml" env: UPDATE_INFO: gh-releases-zsync|AppImageCrafters|appimage-demo-qt5|latest|*x86_64.AppImage.zsync ```