Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
T8RIN authored Aug 31, 2023
1 parent bdd14be commit c70841d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
# ID used to access action output
id: sign_app
with:
releaseDirectory: app/foss/build/outputs/apk/release
releaseDirectory: app/build/outputs/foss/apk/release
fileRex: .*apk
signingKeyBase64: ${{ secrets.SIGNING_KEY }}
alias: ${{ secrets.ALIAS }}
Expand All @@ -36,5 +36,5 @@ jobs:

- uses: actions/upload-artifact@v3
with:
name: Signed apks
path: app/foss/build/outputs/apk/release/*-signed.apk
name: Signed apks FOSS
path: app/build/outputs/foss/apk/release*-signed.apk

0 comments on commit c70841d

Please sign in to comment.