[Actions] Fix publishing in Google Play release workflow.

This commit is contained in:
Kuba Szczodrzyński 2021-04-07 18:42:50 +02:00
parent d17f6297d3
commit dd0972b528
No known key found for this signature in database
GPG Key ID: 70CB8A85BA1633CB

View File

@ -113,12 +113,11 @@ jobs:
releaseFile: ${{ needs.sign.outputs.signedReleaseFile }} releaseFile: ${{ needs.sign.outputs.signedReleaseFile }}
releaseName: ${{ steps.changelog.outputs.appVersionName }} releaseName: ${{ steps.changelog.outputs.appVersionName }}
track: ${{ secrets.PLAY_RELEASE_TRACK }} track: ${{ secrets.PLAY_RELEASE_TRACK }}
userFraction: 1.0
whatsNewDirectory: ${{ steps.changelog.outputs.changelogDir }} whatsNewDirectory: ${{ steps.changelog.outputs.changelogDir }}
- name: Upload workflow artifact - name: Upload workflow artifact
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2
if: true if: always()
with: with:
name: ${{ steps.changelog.outputs.appVersionName }} name: ${{ steps.changelog.outputs.appVersionName }}
path: | path: |