Update beta.yml

This commit is contained in:
wrwrabbit 2022-02-15 23:55:42 +03:00 committed by GitHub
parent 45840809f3
commit 2daefea411
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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