Skip to content

Commit

Permalink
build apps step
Browse files Browse the repository at this point in the history
  • Loading branch information
akdasa committed Jul 29, 2024
1 parent bf9bb38 commit 1c9b8c3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,21 @@ jobs:
include:
- config:
name: Android
platform: android
- config:
name: iOS
platform: ios
- config:
name: Web
platform: web
steps:
- name: Install tools
run: |
curl -fsSL https://ionic.io/get-appflow-cli | bash
- name: Build App
run: |
echo "Building ${{ matrix.config.name }} app"
appflow build ${{ matrix.config.platform }} debug --commit ${{ github.sha }} --app-id=${{ secrets.IONIC_APP_ID }} --token ${{ secrets.IONIC_TOKEN }}
#
# Stage 2: Deploy backend to staging
Expand Down

0 comments on commit 1c9b8c3

Please sign in to comment.