Skip to content

Commit 314188d

Browse files
committed
fix: missing build id when building orig tarball
The GitHub workflow for creating the non bootstraped .NET orig tarball did not specify the --build-id flag and did not pass the respective dispatch input. Signed-off-by: Dominik Viererbe <[email protected]>
1 parent 1cd11b5 commit 314188d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-orig-tarball.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
--clone-git-repository "${DOTNET_GIT_REPOSITORY}" \
6666
--source-version "${{inputs.sourceVersion}}" \
6767
--git-reference "${{inputs.gitCommitish}}" \
68+
--build-id "${{inputs.buildId}}" \
6869
--vendor-name "Canonical Ltd." \
6970
--verbose
7071

0 commit comments

Comments
 (0)