Skip to content

Commit 4557ed1

Browse files
committed
Capture final Arch package path
1 parent a5f18c2 commit 4557ed1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packaging/scripts/verify-arch-package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ EOF
1515
done
1616

1717
pkg="$(TURTLE_TERM_OUT_DIR="$tmp" TURTLE_TERM_VERSION="0.1.0" TURTLE_TERM_ARCH_ARCH="$(uname -m)" \
18-
"$repo_root/packaging/scripts/build-arch-package.sh")"
18+
"$repo_root/packaging/scripts/build-arch-package.sh" | tail -n 1)"
1919
contents="$tmp/arch-contents.txt"
2020
extract="$tmp/extract"
2121

0 commit comments

Comments
 (0)