mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-05 23:41:44 +00:00
Change checkout reference to build branch
This commit is contained in:
@@ -36,7 +36,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
repository: IfcOpenShell/build-outputs
|
repository: IfcOpenShell/build-outputs
|
||||||
path: ${{ matrix.deps_dir }}
|
path: ${{ matrix.deps_dir }}
|
||||||
ref: windows-${{ matrix.arch }}
|
ref: ${{ matrix.build_branch }}
|
||||||
lfs: true
|
lfs: true
|
||||||
token: ${{ secrets.BUILD_REPO_TOKEN }}
|
token: ${{ secrets.BUILD_REPO_TOKEN }}
|
||||||
|
|
||||||
@@ -106,4 +106,4 @@ jobs:
|
|||||||
foreach ($zip in Get-ChildItem -Path "$env:USERPROFILE\output" -Filter *.zip) {
|
foreach ($zip in Get-ChildItem -Path "$env:USERPROFILE\output" -Filter *.zip) {
|
||||||
aws s3 cp "$($zip.FullName)" s3://ifcopenshell-builds/ --debug
|
aws s3 cp "$($zip.FullName)" s3://ifcopenshell-builds/ --debug
|
||||||
Start-Sleep -Seconds 5
|
Start-Sleep -Seconds 5
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user