Skip to content

Commit

Permalink
improve ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kid1412621 committed May 2, 2024
1 parent 633f1e0 commit 37087b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Move google-services.json
run: move google-services.json app/
run: mv google-services.json app/
- name: Build release APK for Github Release
run: ./gradlew assembleGithub --no-daemon
- name: Generate release notes
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Move google-services.json
run: move google-services.json app/
run: mv google-services.json app/
- name: Build Release AAB for Google Play
run: ./gradlew bundlePlay --no-daemon
- name: Upload AAB
Expand Down

0 comments on commit 37087b9

Please sign in to comment.