Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
terminal

GitHub Action

App Inventor Extension

0.4 Pre-release

App Inventor Extension

terminal

App Inventor Extension

Builds App Inventor extensions

Installation

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

              

- name: App Inventor Extension

uses: pavi2410/[email protected]

Learn more about this action in pavi2410/AIX-Action

Choose a version

AIX-Action

How to use

  1. Place your extension source into src dir in the root of the git repository.

  2. Create a new workflow by going into the "Actions" tab.

    workflow "New workflow" {
      on = "push"
      resolves = ["App Inventor Extension"]
    }
    
    action "App Inventor Extension" {
      uses = "pavi2410/AIX-Action@master"
    }

    Example

  3. Now, whenever you push a commit, the extension will be built automatically and can be located at $GITHUB_WORKSPACE/appinventor-sources/appinventor/components/build/extensions