AnimMouse / setup-appimage

Setup/Install an AppImage app for GitHub Actions

Home Page:https://github.com/marketplace/actions/setup-appimage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Usage

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

Specify the name of the binary and the URL of the AppImage file.

steps:
  - name: Setup Hello World AppImage
    uses: AnimMouse/setup-appimage@v1
    with:
      name: helloworld
      url: https://github.com/AnimMouse/hello-world-appimage/releases/download/v1/helloworld-appimage-x86_64.AppImage
      
  - run: helloworld

About

Setup/Install an AppImage app for GitHub Actions

https://github.com/marketplace/actions/setup-appimage

License:Mozilla Public License 2.0


Languages

Language:Shell 100.0%