Skip to content

Commit

Permalink
chore(#316): keystore 파일명 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
hegleB authored Jan 24, 2024
1 parent c8d67a7 commit fdc214f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/AOS-distribute.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
KEYSTORE_PROPERTIES: ${{ secrets.KEYSTORE_PROPERTIES }}
LOCAL_PROPERTIES: ${{ secrets.LOCAL_PROPERTIES }}
run: |
echo "$RELEASE_KEYSTORE" | base64 -d > AOS/app/mindsync_keystore
echo "$RELEASE_KEYSTORE" | base64 -d > AOS/app/release.keystore
echo "$KEYSTORE_PROPERTIES" > AOS/keystore.properties
echo "$LOCAL_PROPERTIES" > AOS/local.properties
Expand Down Expand Up @@ -74,4 +74,4 @@ jobs:
releaseName: ${{ steps.extract_version_name.outputs.version }}
releaseFiles: AOS/app/build/outputs/bundle/release/app-release.aab
track: production
whatsNewDirectory: AOS/whatsNewDirectory
whatsNewDirectory: AOS/whatsNewDirectory

0 comments on commit fdc214f

Please sign in to comment.