Skip to content
This repository was archived by the owner on Jan 5, 2021. It is now read-only.

Commit 9aa16bc

Browse files
author
Luis Correa
committed
fixing gh-action
1 parent 165cc49 commit 9aa16bc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ jobs:
2828
- name: Create a Release APK
2929
uses: ncipollo/release-action@v1
3030
with:
31-
artifacts: build/app/outputs/apk/release/*.apk
31+
artifacts: build/app/outputs/apk/release/app-release-signed.apk
3232
token: ${{ secrets.GITHUB_TOKEN }}

android/app/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ android {
6161
}
6262
buildTypes {
6363
release {
64-
signingConfig signingConfigs.release
64+
signingConfig signingConfigs.debug
65+
// signingConfig signingConfigs.release
6566
}
6667
}
6768

0 commit comments

Comments
 (0)