yep
This commit is contained in:
parent
5d99ca7396
commit
efbdfc0630
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ jobs:
|
|||
| cachix push plasmagoat
|
||||
|
||||
# Capture the actual image path from the result symlink for Ansible
|
||||
IMAGE_PATH=$(find ./result -name "*.vma.zst" | head -n 1)
|
||||
IMAGE_PATH=$(find result/ -name "*.vma.zst" | head -n 1)
|
||||
if [ -z "$IMAGE_PATH" ]; then
|
||||
echo "Error: No .vma.zst image found after build."
|
||||
exit 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue