Skip to content

Commit

Permalink
Update main.workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pavi2410 authored Aug 5, 2019
1 parent 6ea3972 commit 711bccc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/main.workflow
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
workflow "Build my extension" {
on = "release"
resolves = ["JasonEtco/upload-to-release@master"]
resolves = ["Publish AIX"]
}

action "Build AIX" {
uses = "./"
}

action "JasonEtco/upload-to-release@master" {
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"
args = "/github/workspace/appinventor-sources/appinventor/components/build/extensions/tk.pavi2410.aix application/zip"
}

0 comments on commit 711bccc

Please sign in to comment.