Skip to content

Commit

Permalink
converted main.workflow to Actions V2 yml files
Browse files Browse the repository at this point in the history
  • Loading branch information
pavi2410 committed Aug 19, 2019
1 parent 8948070 commit 19f24ea
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/main.workflow

This file was deleted.

17 changes: 17 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
on: release
name: Build my extension
jobs:
buildAIX:
name: Build AIX
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Build AIX
uses: pavi2410/AIX-Action@master
- name: Publish AIX
uses: JasonEtco/upload-to-release@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
args: /github/workspace/appinventor-sources/appinventor/components/build/extensions/tk.pavi2410.aix
application/zip

0 comments on commit 19f24ea

Please sign in to comment.