We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 034476a commit 65d6943Copy full SHA for 65d6943
.github/workflows/development-release.yml
@@ -72,6 +72,6 @@ jobs:
72
uses: actions/upload-release-asset@v1
73
with:
74
upload_url: ${{ steps.create_release.outputs.upload_url }}
75
- asset_path: pp/build/outputs/bundle/developmentRelease/*.aab
+ asset_path: app/build/outputs/bundle/developmentRelease/*.aab
76
asset_name: open-letters-${{ env.VERSION_NAME }}-${{ github.run_number }}-development.aab
77
asset_content_type: application/octet-stream
0 commit comments