Skip to content

Commit

Permalink
Update ios.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
WindowsMEMZ authored Oct 16, 2023
1 parent 535dc8b commit 4924b6e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ jobs:
echo -n "$ASCAPI_KEY" > $KEY_PATH
- name: Resolve Swift dependencies
run: xcodebuild -resolvePackageDependencies -scheme BAGen -configuration Debug
run: |
xcodebuild -resolvePackageDependencies -scheme DarockBili -configuration Debug
xcodebuild -resolvePackageDependencies -scheme DarockBili -configuration Release
- name: Archive DarockBili App
env:
Expand Down

0 comments on commit 4924b6e

Please sign in to comment.