Skip to content

Setup AppImage

Actions
Setup/Install an AppImage app for GitHub Actions
v2
Latest
Star (2)

Setup AppImage app for GitHub Actions

Setup AppImage app on GitHub Actions.

This action installs your AppImage app for use in actions by installing it on tool cache using AnimMouse/tool-cache.

This action is implemented as a composite action.

This action only works on Ubuntu.

Usage

To use your AppImage app, run this action before running your app.

  1. Specify the file name of the binary and the URL of the AppImage file.
  2. Specify the cache key, the cache key can be the version of the program.
steps:
  - name: Setup Hello World AppImage
    uses: AnimMouse/setup-appimage@v2
    with:
      filename: helloworld-appimage
      url: https://github.com/AnimMouse/hello-world-appimage/releases/download/v1/helloworld-appimage-x86_64.AppImage
      cache_key: v1
      
  - run: helloworld-appimage

Setup AppImage is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Setup/Install an AppImage app for GitHub Actions
v2
Latest

Setup AppImage is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.