Skip to content

Commit

Permalink
Use jobs instead of steps for concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
aeharding committed Aug 5, 2023
1 parent f5d47cf commit 92c199c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- "[0-9]+.[0-9]+.[0-9]+"

jobs:
cd:
build_ios:
runs-on: ubuntu-latest

steps:
Expand All @@ -19,8 +19,13 @@ jobs:
build-type: app-store
certificate: Distribution
build-stack: macOS - 2023.03
destinations: Voyager App Store
upload-artifact: iOS-Build.zip

build_android:
runs-on: ubuntu-latest

steps:
- name: Build Android on Appflow
uses: ionic-team/appflow-build@v1
with:
Expand All @@ -29,4 +34,5 @@ jobs:
platform: Android
build-type: release
certificate: Voyager Play Store
destinations: Voyager Play Store
upload-artifact: Android-Build.zip

0 comments on commit 92c199c

Please sign in to comment.