Skip to content

Commit

Permalink
mod android-cd, android-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
eshc123 committed Aug 14, 2024
1 parent 51a39d3 commit 0801ec2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
KEYSTORE: ${{ secrets.KEYSTORE_BASE64 }}
run: |
echo "$KEYSTORE" > ./mission-mate-keystore.b64
base64 -d -i ./mission-mate-keystore.b64 > ./mission-mate-keystore.jks
base64 -d -i ./mission-mate-keystore.b64 > ./app/mission-mate-keystore.jks
- run: fastlane publishDevDebug
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/android-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
KEYSTORE: ${{ secrets.KEYSTORE_BASE64 }}
run: |
echo "$KEYSTORE" > ./mission-mate-keystore.b64
base64 -d -i ./mission-mate-keystore.b64 > ./mission-mate-keystore.jks
base64 -d -i ./mission-mate-keystore.b64 > ./app/mission-mate-keystore.jks
- name: Build with Gradle
run: fastlane test

0 comments on commit 0801ec2

Please sign in to comment.