Skip to content

Commit

Permalink
Update build-release-apk.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KingMahmud authored May 8, 2022
1 parent 273a671 commit 1e7d1b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-release-apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Push tag
run: |
git push origin "v${{ github.event.inputs.version }}"
git push master "v${{ github.event.inputs.version }}"
- name: Add apk to release entry
uses: softprops/action-gh-release@v0.1.14
Expand All @@ -43,4 +43,4 @@ jobs:
name: ${{ github.event.input.version }}
tag_name: "v${{ github.event.inputs.version }}"
target_commitish: ${{ env.TARGET_COMMITISH }}
files: app/build/outputs/apk/release/app-release.apk
files: app/build/outputs/apk/release/app-release.apk

0 comments on commit 1e7d1b2

Please # to comment.