-
Place your extension source into
src
dir in the root of the git repository. -
Create a new workflow by going into the "Actions" tab.
workflow "Build my extension" { resolves = ["Publish AIX"] on = "release" } action "Build AIX" { uses = "pavi2410/AIX-Action@master" } # OPTIONAL action "Publish AIX" { uses = "JasonEtco/upload-to-release@master" needs = ["Build AIX"] secrets = ["GITHUB_TOKEN"] args = "/github/workspace/appinventor-sources/appinventor/components/build/extensions/tk.pavi2410.aix application/zip" }
-
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/
forked from pavi2410/AIX-Action
-
Notifications
You must be signed in to change notification settings - Fork 0
V5ati5h/AIX-Action
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
GitHub Action to build App Inventor extensions
Resources
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Java 61.4%
- Dockerfile 22.8%
- Shell 15.8%