Skip to content

Commit

Permalink
github workflow action config
Browse files Browse the repository at this point in the history
  • Loading branch information
Chen Jiaxin committed Oct 11, 2024
1 parent d4a3922 commit 9d0515b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/attach_debug_apks_to_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ jobs:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: "**/*.apk"
file_glob: true
release_name:
tag: ${{ github.event.release.tag_name }}
release_name: "v1.0.5"
tag: 1.0.5
checksums: sha256,sha512,md5

0 comments on commit 9d0515b

Please sign in to comment.