Skip to content

fix: 빌드될 때 local variant로 빌드하도록 수정 #291

fix: 빌드될 때 local variant로 빌드하도록 수정

fix: 빌드될 때 local variant로 빌드하도록 수정 #291

Workflow file for this run

name: Payment SDK Android CI
on:
push:
branch:
- develop
jobs:
build:
strategy:
matrix:
flavor: [ dev, staging, live ]
uses: ./.github/workflows/build-apk.yml
with:
branch: ${{github.ref}}
build_flavor: ${{matrix.flavor}}