Skip to content

Commit

Permalink
feat: add inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvBarros committed Oct 6, 2023
1 parent ad31096 commit 3faa9da
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,14 @@ jobs:
with:
token: '${{secrets.APPCENTER_API_TOKEN}}'
command: 'appcenter help'
deploy_iOS:
name: Deploy iOS
needs: [setup-flutter, setup-appcenter-cli]
uses: ./.github/workflows/deploy_ios.yml
# deploy_iOS:
# name: Deploy iOS
# needs: [setup-flutter, setup-appcenter-cli]
# uses: ./.github/workflows/deploy_ios.yml
deploy_android:
name: Deploy Android
needs: [setup-flutter, setup-appcenter-cli]
uses: ./.github/workflows/deploy_android.yml
with:
file: './build/app/outputs/apk/release/app-release.apk'
name: 'AlvaroBarrosC/GithubAction-Android'

0 comments on commit 3faa9da

Please sign in to comment.