Skip to content
package

GitHub Action

Build AppImage

v1 Latest version

Build AppImage

package

Build AppImage

Build an AppImage using appimage-builder

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Build AppImage

uses: AppImageCrafters/build-appimage@v1

Learn more about this action in AppImageCrafters/build-appimage

Choose a version

build-appimage-action

This action creates an AppImage using appimage-builder. Check the appimage-builder documentation for more details about writing the recipe files.

Inputs

recipe

Required The appimage-builder recipe file.

Outputs

appimage_file

The generated AppImage file

appimage_zsync_file

The generated AppImage zsync file if the update information was set.

Example usage

uses: AppImageCrafters/build-appimage-action@master
with:
  recipe: 'AppImageBuilder.yml'