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