Skip to content

Commit

Permalink
remove resolving aar files at 9ck build
Browse files Browse the repository at this point in the history
  • Loading branch information
sonohoshi committed Jul 17, 2024
1 parent ab9363f commit 6273012
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/android-build-and-release-for-9ck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,6 @@ jobs:
run: |
echo "${{ secrets.GOOGLE_SERVICES_JSON_K }}" | base64 -d > ${{ matrix.projectPath }}/Assets/NineChronicles/GoogleServices/google-services.json
- name: Resolve AAR files
run: |
sudo \cp -R ${{ matrix.projectPath }}/ResolvedAAR/. ${{ matrix.projectPath }}/Assets/Plugins/Android/
- name: Change cloudProjectId in ProjectSettings.asset
run: |
sed -i '/cloudProjectId/c\ cloudProjectId: fa57c419-1189-418d-951c-055e5f9738d0' ${{ matrix.projectPath }}/ProjectSettings/ProjectSettings.asset
Expand Down

0 comments on commit 6273012

Please sign in to comment.