Skip to content

Commit

Permalink
update artifact path in build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
atavism committed Jan 23, 2025
1 parent 8b6dff7 commit 93f2f64
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,9 @@ jobs:
- name: Build SDK
run: make build-sdk

- name: Debug AAR File Paths
run: find . -name '*.aar'

# - name: Publish SDK
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
# SIGNING_PASSWORD: ${{ secrets.SIGNING_PASSWORD }}
# run: make publish-sdk
- name: Publish SDK
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
SIGNING_PASSWORD: ${{ secrets.SIGNING_PASSWORD }}
run: make publish-sdk

0 comments on commit 93f2f64

Please sign in to comment.