Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
guoxianzhe committed Nov 20, 2023
1 parent a0e4a70 commit fb8ef64
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ jobs:
run: |
sed "s/localAppId = '\(.*\)'/localAppId = '${{ secrets.APP_ID }}'/g" agora.config.ts > tmp
mv tmp agora.config.ts
cat agora.config.ts
working-directory: example/src/config

- name: Build example for Android
Expand Down
1 change: 1 addition & 0 deletions example/src/config/agora.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ let env: any = '';
let localAppId = '';
try {
env = require('./env_local').default;
console.log('appID', localAppId);
} catch (error) {
console.warn(error);
}
Expand Down

0 comments on commit fb8ef64

Please sign in to comment.