Skip to content

Commit

Permalink
Use the GitHub Actions run number as the build number
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Apr 15, 2023
1 parent 8dc6b5f commit 591b614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.pri
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 591b614

Please sign in to comment.