Add build ID generation and pass to build workflows

This commit is contained in:
mr. M
2025-01-25 00:44:40 +01:00
parent 952385f362
commit ca4952c02c
4 changed files with 41 additions and 4 deletions

View File

@@ -18,6 +18,10 @@ on:
description: 'The branch to build'
required: true
type: string
MOZ_BUILD_DATE:
type: string
required: true
default: ""
jobs:
windows-build:
@@ -215,6 +219,9 @@ jobs:
if test ${{ inputs.generate-gpo }} = true; then
export ZEN_GA_GENERATE_PROFILE=1
fi
if [[ -n ${{ inputs.MOZ_BUILD_DATE }} ]];then
export MOZ_BUILD_DATE=${{ inputs.MOZ_BUILD_DATE }}
fi
bash .github/workflows/src/release-build.sh
- name: Package