Skip to content

Commit

Permalink
Update release-version.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
javierpe authored Sep 4, 2022
1 parent 2de7a61 commit 168471e
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/release-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,12 @@ jobs:
expose-version-name: 'true'
expose-version-code: 'true'

- name: Releasing using Hub
uses: kyze8439690/action-release-releaseapk@master
- name: Create release version
uses: underwindfall/create-release-with-debugapk@v2.0.0
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}
APP_FOLDER: app
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: "v${{ env.ANDROID_VERSION_NAME }}"
asset_path: app/build/outputs/apk/debug/app-debug.apk
asset_name: "SearchApp_Build$_{{ env.ANDROID_VERSION_Code }}.apk"
asset_content_type: application/zip

0 comments on commit 168471e

Please sign in to comment.