From 2daefea4111ecbc6f975cee16cc04cc7fb312697 Mon Sep 17 00:00:00 2001 From: wrwrabbit <76569803+wrwrabbit@users.noreply.github.com> Date: Tue, 15 Feb 2022 23:55:42 +0300 Subject: [PATCH] Update beta.yml --- .github/workflows/beta.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index 64716f49a..8dfbffbb7 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -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