Fix deploy build (#1798)

* Fix issue where the DeployJob and GithubRelease jobs download
  artifacts using a glob that only matches one artifact
* Make NativeImageBuild task only produce outputs as declared by build;
  ensure there's no build_artifacts.txt, sources/ dir, etc.
This commit is contained in:
Daniel Chao
2026-07-28 20:42:50 +00:00
committed by GitHub
parent be03023499
commit 79dd95c4e6
10 changed files with 115 additions and 98 deletions
+2 -2
View File
@@ -60,9 +60,9 @@ steps {
with {
name =
if (musl)
"artifacts-\(project)-alpine-\(module.os)-\(module.arch)"
"deploy-artifacts-\(project)-alpine-\(module.os)-\(module.arch)"
else
"artifacts-\(project)-\(module.os)-\(module.arch)"
"deploy-artifacts-\(project)-\(module.os)-\(module.arch)"
// Need to insert a wildcard to make actions/upload-artifact preserve the folder hierarchy.
// See https://github.com/actions/upload-artifact/issues/206
path = module.buildDir