From 9f0a1760e2504f545f150e6d3a5ace37a65d7f0b Mon Sep 17 00:00:00 2001 From: Andrea Cavalli Date: Tue, 9 May 2023 12:19:17 +0200 Subject: [PATCH] Update revision number --- .github/workflows/tdapi_file.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tdapi_file.yaml b/.github/workflows/tdapi_file.yaml index ab39d3d..27f70b1 100644 --- a/.github/workflows/tdapi_file.yaml +++ b/.github/workflows/tdapi_file.yaml @@ -54,7 +54,7 @@ jobs: run: | set -xeo pipefail # ====== Variables - export REVISION=${{ github.run_number }} + export REVISION=4.0.${{ github.run_number }} export GH_MATRIX_OS=${{ matrix.os }} export GH_MATRIX_ARCH=${{ matrix.arch }} export IMPLEMENTATION_NAME=${{ matrix.implementation }}