forked from libxzr/KonaBess
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: upload the Release flavour to artifacts
- Loading branch information
1 parent
e7347b3
commit dc0ecb0
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 }} | ||
|
@@ -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}} |