Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/patch-installer-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ on:
# default should be changed to the most recent base release for the release cycle
base_release:
description: 'The github release for the base build artifacts'
default: 'build-1141'
default: 'build-1155'
base_build_number:
description: 'The base build number (only for bootstrapping, should be removed after 9.3 is the stable)'
required: false
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
- name: Import Base Build Artifacts
shell: pwsh
run: |
$release = "${{ inputs.base_release || 'build-1141' }}"
$release = "${{ inputs.base_release || 'build-1155' }}"
$repo = "${{ github.repository }}"

Write-Host "Downloading artifacts for release $release from $repo"
Expand Down
Loading