Skip to content

Commit

Permalink
Update task
Browse files Browse the repository at this point in the history
  • Loading branch information
KuznetsovNikita committed Jul 16, 2024
1 parent 488b029 commit d04aa7e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,17 @@ jobs:
echo $CERTIFICATE_BASE64 | base64 --decode > google-release.keystore
- name: Build android beta
run: bundle exec fastlane android beta
run: bundle exec fastlane android apk
env:
KEYSTORE_FILE: ${{ github.workspace }}/google-release.keystore
KEYSTORE_PASSWORD: ${{ secrets.TONKEEPER_UPLOAD_STORE_PASSWORD }}
KEY_ALIAS: ${{ secrets.TONKEEPER_UPLOAD_KEY_ALIAS}}
KEY_PASSWORD: ${{ secrets.TONKEEPER_UPLOAD_KEY_PASSWORD }}
ANDROID_PUBLISHER_CREDENTIALS: ${{ secrets.ANDROID_PUBLISHER_CREDENTIALS }}

- name: Upload android aab to artifacts
- name: Upload android apk to artifacts
uses: actions/upload-artifact@v3
with:
name: Tonkeeper X aab ${{ env.VERSION_CODE }}
name: Tonkeeper X apk ${{ env.VERSION_CODE }}
path: |
${{ github.workspace }}/apps/wallet/instance/main/build/outputs

0 comments on commit d04aa7e

Please sign in to comment.