|
72 | 72 | with:
|
73 | 73 | serviceAccountJson:${{ secrets.SERVICE_ACCOUNT_JSON }}
|
74 | 74 | packageName:${{ matrix.target.package-name }}
|
75 |
| -releaseFiles:${{ inputs.artifacts-path }}/bundle/${{ steps.lowercase.outputs.build-flavour }}${{matrix.build-variant }}/*.aab |
| 75 | +releaseFiles:${{ inputs.artifacts-path }}bundle/${{ steps.lowercase.outputs.build-flavour }}${{inputs.build-variant }}/*.aab |
76 | 76 | track:${{ matrix.target.track }}
|
77 | 77 | status:${{ matrix.target.status || 'completed' }}
|
78 | 78 |
|
|
81 | 81 | uses:softprops/action-gh-release@v2.2.2
|
82 | 82 | with:
|
83 | 83 | files:|
|
84 |
| - ${{ inputs.artifacts-path }}/apk/${{ steps.lowercase.outputs.build-flavour }}/${{ steps.lowercase.outputs.build-variant }}/*.apk |
| 84 | + ${{ inputs.artifacts-path }}apk/${{ steps.lowercase.outputs.build-flavour }}/${{ steps.lowercase.outputs.build-variant }}/*.apk |
85 | 85 | ${{ matrix.target.additional-files || '' }}
|
86 | 86 | tag_name:${{ github.event.release.tag_name }}
|
87 | 87 | name:${{ github.event.release.name }}
|
|