Skip to content

Commit 6ead2fa

Browse files
committed
Chnage path to /reference-app/build/outputs/apk/release
1 parent 2562b04 commit 6ead2fa

File tree

2 files changed

+2
-22
lines changed

2 files changed

+2
-22
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
uses: svenstaro/upload-release-action@v2
6262
with:
6363
repo_token: ${{ secrets.GITHUB_TOKEN }}
64-
file: reference-app/release/reference-app-release.aab
64+
file: reference-app/build/outputs/bundle/release/reference-app-release.aab
6565
asset_name: "reference-app-$tag.aab"
6666
tag: ${{ github.ref }}
6767
overwrite: true
@@ -73,7 +73,7 @@ jobs:
7373
uses: svenstaro/upload-release-action@v2
7474
with:
7575
repo_token: ${{ secrets.GITHUB_TOKEN }}
76-
file: reference-app/release/reference-app-release.apk
76+
file: reference-app/build/outputs/apk/release/reference-app-release.apk
7777
asset_name: "reference-app-$tag.apk"
7878
tag: ${{ github.ref }}
7979
prerelease: ${{ contains(github.ref, '-alpha') || contains(github.ref, '-beta') }}

reference-app/release/output.json

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)