Skip to content

Commit

Permalink
Upload artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
dsame committed Jun 13, 2024
1 parent 8fa37e0 commit 34e265c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
cache: 'gradle'
distribution: 'temurin'

- name: Build with Gradle Wrapper
- name: Build with bundleRelease
env:
GOOGLE_SERVICES_JSON: ${{ secrets.GOOGLE_SERVICES_JSON }}
KEYSTORE: ${{ secrets.JKS }}
Expand All @@ -38,6 +38,12 @@ jobs:
echo "$KEYSTORE"|base64 -di > ~/Downloads/itag.one.river0.keystore
./gradlew bundleRelease
- name: Upload AAB artifact
uses: actions/upload-artifact@v4
with:
name: aab
path: app/build/outputs/bundle/release/app-release.aab

dependency-submission:

runs-on: ubuntu-latest
Expand Down

0 comments on commit 34e265c

Please sign in to comment.