Skip to content

Commit

Permalink
Update release_apk.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ilteen authored Dec 9, 2023
1 parent ce1446c commit bea6328
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ jobs:
with:
draft: false
prerelease: false
release_name: ${{ steps.version.outputs.version }}
tag_name: ${{ github.sha }}
release_name: Release ${{ github.ref }}
tag_name: ${{ github.ref }}

- name: Upload APK as Release Asset
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit bea6328

Please sign in to comment.