Skip to content

Commit 65d6943

Browse files
author
Josh
committed
had a typo so another change
1 parent 034476a commit 65d6943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/development-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@ jobs:
7272
uses: actions/upload-release-asset@v1
7373
with:
7474
upload_url: ${{ steps.create_release.outputs.upload_url }}
75-
asset_path: pp/build/outputs/bundle/developmentRelease/*.aab
75+
asset_path: app/build/outputs/bundle/developmentRelease/*.aab
7676
asset_name: open-letters-${{ env.VERSION_NAME }}-${{ github.run_number }}-development.aab
7777
asset_content_type: application/octet-stream

0 commit comments

Comments
 (0)