File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
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') }}
You can’t perform that action at this time.
0 commit comments