Skip to content

Commit 2562b04

Browse files
committed
Final path amendment -1
1 parent e16e3ee commit 2562b04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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: /opensrp-client-anc/reference-app/release/reference-app-release.aab
64+
file: reference-app/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: /opensrp-client-anc/reference-app/release/reference-app-release.apk
76+
file: reference-app/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') }}

0 commit comments

Comments
 (0)