forked from github/szkolny
[Actions] Fix publishing in Google Play release workflow.
This commit is contained in:
parent
d17f6297d3
commit
dd0972b528
3
.github/workflows/build-release-aab-play.yml
vendored
3
.github/workflows/build-release-aab-play.yml
vendored
@ -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: |
|
||||||
|
Loading…
Reference in New Issue
Block a user