From cf9df33aa5b36b0be2022223dbfc92970ca5af7f Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Sat, 14 Mar 2026 14:51:24 +0100 Subject: [PATCH] Change checkout reference to build branch --- .github/workflows/build_win.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_win.yml b/.github/workflows/build_win.yml index b85b8e5576..c2ae75143d 100644 --- a/.github/workflows/build_win.yml +++ b/.github/workflows/build_win.yml @@ -36,7 +36,7 @@ jobs: with: repository: IfcOpenShell/build-outputs path: ${{ matrix.deps_dir }} - ref: windows-${{ matrix.arch }} + ref: ${{ matrix.build_branch }} lfs: true token: ${{ secrets.BUILD_REPO_TOKEN }} @@ -106,4 +106,4 @@ jobs: foreach ($zip in Get-ChildItem -Path "$env:USERPROFILE\output" -Filter *.zip) { aws s3 cp "$($zip.FullName)" s3://ifcopenshell-builds/ --debug Start-Sleep -Seconds 5 - } \ No newline at end of file + }