← All activity records

FACTUAL ACTIVITY RECORD · An activity record based on work that took place

Stabilizing release-workflow paths

Correcting initialization so every step uses the same working directory

Activity period:

Purpose

In the release workflow, inconsistent working-directory assumptions across steps could make builds or artifact placement fail even with the same source.

Implementation

The path initialization in macOS release workflow was corrected so later steps share an explicit workspace root and resolve build inputs and outputs consistently.

Release temporary paths moved from job-level interpolation to a step that reads the runner temporary directory and writes resolved values into the environment file. Archive, export, and release paths are therefore initialized at execution time.

What was confirmed

Verification results

Workflow syntax and path references were checked and confirmed to remain consistent with the existing release verification.

Actual distribution of a signed artifact had not been confirmed by this cutoff.

Basis for completion

The work was complete when every affected workflow step referenced the same initialized path.