Skip to content

Commit

Permalink
Final path amendment -1
Browse files Browse the repository at this point in the history
  • Loading branch information
SebaMutuku committed Nov 10, 2022
1 parent e16e3ee commit 2562b04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: /opensrp-client-anc/reference-app/release/reference-app-release.aab
file: reference-app/release/reference-app-release.aab
asset_name: "reference-app-$tag.aab"
tag: ${{ github.ref }}
overwrite: true
Expand All @@ -73,7 +73,7 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: /opensrp-client-anc/reference-app/release/reference-app-release.apk
file: reference-app/release/reference-app-release.apk
asset_name: "reference-app-$tag.apk"
tag: ${{ github.ref }}
prerelease: ${{ contains(github.ref, '-alpha') || contains(github.ref, '-beta') }}
Expand Down

0 comments on commit 2562b04

Please sign in to comment.