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

@@ -11,6 +11,10 @@ on:
description: 'The branch to build'
required: true
type: string
MOZ_BUILD_DATE:
type: string
required: true
default: ""
jobs:
mac-build:
@@ -118,6 +122,9 @@ jobs:
ZEN_RELEASE_BRANCH: ${{ inputs.release-branch }}
run: |
export SURFER_PLATFORM="darwin"
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