Skip to content

Commit

Permalink
reset filename
Browse files Browse the repository at this point in the history
  • Loading branch information
hilpitome committed Sep 7, 2022
1 parent 49477c1 commit b50ae2a
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 @@ -56,7 +56,7 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: opensrp-chw-hf/build/outputs/bundle/release/opensrp-hf-ba-release.aab
file: opensrp-chw-hf/build/outputs/bundle/release/opensrp-chw-hf-release.aab
asset_name: "opensrp-hf-ba-$tag.aab"
tag: ${{ github.ref }}
overwrite: true
Expand All @@ -68,7 +68,7 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: opensrp-chw-hf/build/outputs/apk/release/opensrp-hf-ba-release.apk
file: opensrp-chw-hf/build/outputs/apk/release/opensrp-chw-hf-release.apk
asset_name: "opensrp-hf-ba-$tag.apk"
tag: ${{ github.ref }}
prerelease: ${{ contains(github.ref, '-alpha') || contains(github.ref, '-beta') }}
Expand Down

0 comments on commit b50ae2a

Please sign in to comment.