We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11a37d3 commit 350daa6Copy full SHA for 350daa6
.github/workflows/main.yml
@@ -105,6 +105,7 @@ jobs:
105
# settings
106
& "${env:GITHUB_WORKSPACE}/.github/workflows/.craft.ps1" -c --set forceAsserts=true opencloud/opencloud-desktop
107
& "${env:GITHUB_WORKSPACE}/.github/workflows/.craft.ps1" -c --set srcDir="${env:GITHUB_WORKSPACE}" opencloud/opencloud-desktop
108
+ & "${env:GITHUB_WORKSPACE}/.github/workflows/.craft.ps1" -c --set buildNumber="${{ github.run_number }}" opencloud/opencloud-desktop
109
# ccache
110
if (-not $IsWindows) {
111
& "${env:GITHUB_WORKSPACE}/.github/workflows/.craft.ps1" -c dev-utils/ccache
0 commit comments