Skip to content

Commit 42ec538

Browse files
committed
Fix GitHub actions
1 parent d545855 commit 42ec538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ jobs:
5151
with:
5252
serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }}
5353
packageName: de.rakhman.cooking
54-
releaseFiles: 'app/build/outputs/bundle/release/app-release.apk'
54+
releaseFiles: 'app/build/outputs/apk/release/app-release.apk'
5555
mappingFile: 'app/build/outputs/mapping/release/mapping.txt'
5656
track: production

0 commit comments

Comments
 (0)