Skip to content

Commit b9e0d4f

Browse files
Patches should be based off of base builds from gha now
1 parent 3df5b14 commit b9e0d4f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/patch-installer-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ on:
2727
# default should be changed to the most recent base release for the release cycle
2828
base_release:
2929
description: 'The github release for the base build artifacts'
30-
default: 'FieldWorks9.3.0'
30+
default: 'build-1129'
3131
base_build_number:
3232
description: 'The base build number (only for bootstrapping, should be removed after 9.3 is the stable)'
3333
required: false
@@ -138,7 +138,7 @@ jobs:
138138
- name: Import Base Build Artifacts
139139
shell: pwsh
140140
run: |
141-
$release = "${{ inputs.base_release || 'FieldWorks9.3.0' }}"
141+
$release = "${{ inputs.base_release || 'build-1122' }}"
142142
$repo = "${{ github.repository }}"
143143
144144
Write-Host "Downloading artifacts for release $release from $repo"

0 commit comments

Comments
 (0)