mirror of
https://github.com/wrwrabbit/Partisan-Telegram-Android.git
synced 2026-05-23 04:25:06 +00:00
Update beta.yml
This commit is contained in:
parent
45840809f3
commit
2daefea411
1 changed files with 3 additions and 3 deletions
6
.github/workflows/beta.yml
vendored
6
.github/workflows/beta.yml
vendored
|
|
@ -13,8 +13,8 @@ jobs:
|
|||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
|
||||
with:
|
||||
tag_name: 2.16.5b
|
||||
release_name: 2.16.5b
|
||||
tag_name: 2.16.6b
|
||||
release_name: 2.16.6b
|
||||
body: |
|
||||
Bug fixes.
|
||||
draft: false
|
||||
|
|
@ -35,7 +35,7 @@ jobs:
|
|||
with:
|
||||
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
|
||||
asset_path: TMessagesProj/build/outputs/apk/afat/HA/app.apk
|
||||
asset_name: PTelegram-v2_16_5_b.apk
|
||||
asset_name: PTelegram-v2_16_6_b.apk
|
||||
asset_content_type: application/vnd.android.package-archive
|
||||
- name: Create cleanup request
|
||||
run: touch delete_request
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue