Skip to content

Commit

Permalink
build: upload the Release flavour to artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
peternmuller authored Sep 7, 2024
1 parent e7347b3 commit dc0ecb0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ jobs:

- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew build
- name: Build Release with Gradle
run: ./gradlew assembleRelease --no-daemon

- name: Sign app APK
uses: kevin-david/[email protected]
id: sign_app
with:
releaseDirectory: app/build/outputs/apk/debug
releaseDirectory: app/build/outputs/apk/release
signingKeyBase64: ${{ secrets.KONABESS_KEYSTORE }}
alias: ${{ secrets.KONABESS_ALIAS }}
keyStorePassword: ${{ secrets.KONABESS_KEYSTORE_PASSWORD }}
Expand All @@ -42,4 +42,4 @@ jobs:
uses: actions/[email protected]
with:
name: KonaBess-Granulated.apk
path: ${{steps.sign_app.outputs.signedReleaseFile}}
path: ${{steps.sign_app.outputs.signedReleaseFile}}

0 comments on commit dc0ecb0

Please sign in to comment.