App Inventor Extension
ActionsTags
(2)-
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/
App Inventor Extension 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.
Tags
(2)App Inventor Extension 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.