From 74778302b9dc60cb11582e8f79a64b38986dfb68 Mon Sep 17 00:00:00 2001 From: antonio Date: Mon, 10 Apr 2023 18:34:49 +0200 Subject: [PATCH] Github Action tuning --- .github/workflows/github_release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/github_release.yml b/.github/workflows/github_release.yml index 739cfce2..1e644932 100644 --- a/.github/workflows/github_release.yml +++ b/.github/workflows/github_release.yml @@ -61,8 +61,8 @@ jobs: with: name: release-artifacts path: | - app/**/*.apk - app/**/*.aab + app/build/outputs/apk/release/ + app/build/outputs/bundle/release/ if-no-files-found: error @@ -81,6 +81,6 @@ jobs: generate_release_notes: true prerelease: true files: | - app/**/*.apk - app/**/*.aab + app/build/outputs/apk/release/app-release.apk + app/build/outputs/bundle/release/app-release.aab # body_path: app/src/main/play/release-notes/en-GB/default.txt