Change checkout reference to build branch

This commit is contained in:
Thomas Krijnen
2026-03-14 14:51:24 +01:00
committed by GitHub
parent 1a6fd2530f
commit cf9df33aa5
+2 -2
View File
@@ -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
}
}