From 591b6147e722c7272d3b9c44aad8a2ee9667b825 Mon Sep 17 00:00:00 2001 From: Paul Colby Date: Sat, 15 Apr 2023 14:35:10 +1000 Subject: [PATCH] Use the GitHub Actions run number as the build number --- common.pri | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.pri b/common.pri index b2938d8..80e76bb 100644 --- a/common.pri +++ b/common.pri @@ -6,7 +6,7 @@ SPECIAL_BUILD = Internal TOPDIR = $$PWD # Setup build number, where available. -isEmpty(VER_BUILD):VER_BUILD = $$(APPVEYOR_BUILD_NUMBER) +isEmpty(VER_BUILD):VER_BUILD = $$(GITHUB_RUN_NUMBER) isEmpty(VER_BUILD):VER_BUILD = 0 isEmpty(VER_PAT) { # Qmake only automatically assigns VER_PAT on some platforms.