Skip to content

Commit

Permalink
chore: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lydavid committed Sep 17, 2024
1 parent 302bc88 commit 2724e8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,8 @@ jobs:
serviceAccountJson: ${{ steps.auth.outputs.credentials_file_path }}
packageName: io.github.lydavid.musicsearch
track: ${{ inputs.track }}
releaseFiles: android/app/build/outputs/bundle/release/app-release.aab
mappingFile: android/app/build/outputs/mapping/release/mapping.txt
releaseFiles: android/app/build/outputs/bundle/googlePlayRelease/app-googlePlay-release.aab
mappingFile: android/app/build/outputs/mapping/googlePlayRelease/mapping.txt

- name: Create jars
if: steps.get-next-version.outputs.new-release-published == 'true'
Expand Down
2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@semantic-release/github",
{
"assets": [
"android/app/build/outputs/apk/release/*.apk",
"android/app/build/outputs/apk/**/*.apk",
"output/*"
],
"successComment": false,
Expand Down

0 comments on commit 2724e8b

Please sign in to comment.