mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 16:00:18 +00:00
Update pkg_create command to include staging path
This commit is contained in:
committed by
GitHub
parent
212b6d8a57
commit
3690011933
2
.github/workflows/openbsd-build.yml
vendored
2
.github/workflows/openbsd-build.yml
vendored
@@ -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/"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user