-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#2790] Remove Cocoapods and its plugin from project
- Loading branch information
1 parent
72be364
commit 6658cf4
Showing
2 changed files
with
3 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -190,8 +190,7 @@ jobs: | |
distribution: 'temurin' | ||
|
||
- name: Build | ||
working-directory: ./ios/CCC | ||
run: fastlane build | ||
run: cd ios/CCC; fastlane build | ||
|
||
- name: Upload iOS Artifacts | ||
uses: actions/[email protected] | ||
|
@@ -227,8 +226,7 @@ jobs: | |
path: ios | ||
|
||
- name: Distribute | ||
working-directory: ./ios | ||
run: fastlane distribute | ||
run: cd ios; fastlane distribute | ||
|
||
- name: Delete iOS IPA | ||
uses: geekyeggo/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters