Skip to content

Commit

Permalink
separate key per flavor
Browse files Browse the repository at this point in the history
  • Loading branch information
kid1412621 committed May 7, 2024
1 parent 61f7f23 commit c715202
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Publish APK on Github Release
uses: softprops/action-gh-release@v2
with:
files: app/build/outputs/apk/$FLAVOR/release/app-$FLAVOR-release.apk
files: app/build/outputs/apk/${{ env.FLAVOR }}/release/app-${{ env.FLAVOR }}-release.apk
generate_release_notes: true
append_body: true
body: ${{ env.RELEASE_NOTE }}
Expand Down Expand Up @@ -86,5 +86,5 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: subspace
path: app/build/outputs/apk/$FLAVOR/release/app-$FLAVOR-release.aab
path: app/build/outputs/apk/${{ env.FLAVOR }}/release/app-${{ env.FLAVOR }}-release.aab

0 comments on commit c715202

Please sign in to comment.