Skip to content

Commit

Permalink
Upload aab to artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
KuznetsovNikita committed Jul 16, 2024
1 parent 9bc22eb commit 488b029
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ jobs:
KEY_PASSWORD: ${{ secrets.TONKEEPER_UPLOAD_KEY_PASSWORD }}
ANDROID_PUBLISHER_CREDENTIALS: ${{ secrets.ANDROID_PUBLISHER_CREDENTIALS }}

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

0 comments on commit 488b029

Please sign in to comment.