Skip to content

Commit

Permalink
chore: test
Browse files Browse the repository at this point in the history
  • Loading branch information
LichKing-2234 committed Oct 12, 2023
1 parent 13a8517 commit 9b0d682
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,14 @@ jobs:
run: |
yarn pod-install example/ios
- name: Upload Podfile.lock & Manifest.lock
uses: actions/upload-artifact@v3
with:
name: lock
path: |
example/ios/Podfile.lock
exmaple/ios/Pods/Manifest.lock
- name: Modify APP ID
run: |
sed "s/localAppId = '\(.*\)'/localAppId = '${{ secrets.APP_ID }}'/g" agora.config.ts > tmp
Expand Down

0 comments on commit 9b0d682

Please sign in to comment.