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

Commit

Permalink
fixing gh-action
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis Correa committed Jul 7, 2020
1 parent 165cc49 commit 9aa16bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:
- name: Create a Release APK
uses: ncipollo/release-action@v1
with:
artifacts: build/app/outputs/apk/release/*.apk
artifacts: build/app/outputs/apk/release/app-release-signed.apk
token: ${{ secrets.GITHUB_TOKEN }}
3 changes: 2 additions & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ android {
}
buildTypes {
release {
signingConfig signingConfigs.release
signingConfig signingConfigs.debug
// signingConfig signingConfigs.release
}
}

Expand Down

0 comments on commit 9aa16bc

Please sign in to comment.