From d712b345ea6f467af16ed835f0305ab7453fa408 Mon Sep 17 00:00:00 2001 From: DennisBauer <37552885+DennisBauer@users.noreply.github.com> Date: Sat, 28 Sep 2024 10:33:37 +0200 Subject: [PATCH] Fix release pipeline --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 100f92d..c719028 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -139,7 +139,7 @@ jobs: with: body: ${{steps.github_release.outputs.changelog}} draft: true - files: apk/RecurringExpenseTracker_${{ steps.get_version.outputs.version-without-v }}.apk + files: RecurringExpenseTracker_${{ steps.get_version.outputs.version-without-v }}.apk env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Deploy to Play Store @@ -148,6 +148,6 @@ jobs: with: serviceAccountJsonPlainText: ${{ secrets.PLAY_STORE_SERVICE_ACCOUNT_JSON }} packageName: de.dbauer.expensetracker - releaseFiles: appbundle/app-release.aab + releaseFiles: app-release.aab track: production - whatsNewDirectory: whatsnew/ + whatsNewDirectory: /