[release] small fix to split-release job (#18941)

This commit is contained in:
Gary Verhaegen 2024-04-04 14:09:34 +02:00 committed by GitHub
parent 7a2509d6f4
commit 655af78433
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -85,7 +85,7 @@ jobs:
- bash: |
set -eou pipefail
# Note: this gets dev-env from the release commit, not the trigger commit
eval "$(sdk/dev-env/bin/dade-assist)"
eval "$(cd sdk; ./dev-env/bin/dade-assist)"
mkdir -p $(Build.StagingDirectory)/split-release
./ci/assembly-split-release-artifacts.sh $(release_tag) $(Build.StagingDirectory)/release-artifacts $(Build.StagingDirectory)/split-release
jq -n \