Skip to content
This repository has been archived by the owner on Jun 4, 2020. It is now read-only.

ysfchn/appinventor-aix-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

App Inventor AIX Build Action

This action builds AIX extension for MIT App Inventor by compiling your .java source file, with this action you can also specify App Inventor repository link. Inspired from pavi2410/AIX-Action

Inputs

source

Required

The git URL of App Inventor sources repository to compile your extension. Default is https://github.com/mit-cml/appinventor-sources.git.

branch

A valid branch name of your App Inventor source repository which extensions will build from. Default is master.

Outputs

file

The output AIX file name. So you can use it directly for creating release actions.

How to use it?

You can check Wiki for detailed usage.