File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -64,14 +64,14 @@ jobs:
6464 uses : actions/upload-release-asset@v1
6565 with :
6666 upload_url : ${{ steps.create_release.outputs.upload_url }}
67- asset_path : app/development/development/ release/*.apk
67+ asset_path : app/development/release/*.apk
6868 asset_name : open-letters-${{ env.VERSION_NAME }}-${{ github.run_number }}-development.apk
6969 asset_content_type : application/vnd.android.package-archive
7070
7171 - name : Upload AAB to Release
7272 uses : actions/upload-release-asset@v1
7373 with :
7474 upload_url : ${{ steps.create_release.outputs.upload_url }}
75- asset_path : app/development/development/ release/*.aab
75+ asset_path : app/development/release/*.aab
7676 asset_name : open-letters-${{ env.VERSION_NAME }}-${{ github.run_number }}-development.aab
7777 asset_content_type : application/octet-stream
You can’t perform that action at this time.
0 commit comments