From 369001193358352ff9594128a6925b972d3e7ccc Mon Sep 17 00:00:00 2001 From: deepend-tildeclub <58404188+deepend-tildeclub@users.noreply.github.com> Date: Wed, 14 Jan 2026 00:22:20 -0700 Subject: [PATCH] Update pkg_create command to include staging path --- .github/workflows/openbsd-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/openbsd-build.yml b/.github/workflows/openbsd-build.yml index abd2a6bc..19ad7195 100644 --- a/.github/workflows/openbsd-build.yml +++ b/.github/workflows/openbsd-build.yml @@ -52,7 +52,7 @@ jobs: find "$PWD/staging/usr/local" -mindepth 1 -type d | sort -r | sed "s#^$PWD/staging/usr/local/##" | sed 's#^#@dir #' } > "$plist" - pkg_create -p /usr/local -f "$plist" -U "$PWD/${pkg_name}.tgz" + pkg_create -B "$PWD/staging" -p /usr/local -f "$plist" -U "$PWD/${pkg_name}.tgz" mkdir -p "$PWD/artifacts" mv "$PWD/${pkg_name}.tgz" "$PWD/artifacts/"