Skip to content

Commit

Permalink
Update example-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sagishm authored Dec 30, 2024
1 parent 3e01c49 commit 59fd859
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/example-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ jobs:
sed -i -e 's/#GOOGLE_SERVER_ID#/${{ secrets.GOOGLE_SERVER_ID }}/g' Info.plist
sed -i -e 's/#FACEBOOK_APPID#/${{ secrets.FACEBOOK_APPID }}/g' Info.plist
sed -i -e 's/#FACEBOOK_CLIENT_TOKEN#/${{ secrets.FACEBOOK_CLIENT_TOKEN }}/g' Info.plist
- name: Google Service
working-directory: ./example/
run: sed -i -e 's/#GOOGLE_SERVICE_PLIST#/${{ secrets.GOOGLE_SERVICE_PLIST }}/g' GoogleService-Info.plist
- name: Build
working-directory: ./example
run: |
Expand Down

0 comments on commit 59fd859

Please sign in to comment.