Skip to content

Commit

Permalink
Fix release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisBauer committed Sep 28, 2024
1 parent 59fabdb commit d712b34
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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: /

0 comments on commit d712b34

Please sign in to comment.