This commit is contained in:
plasmagoat 2025-06-09 01:35:35 +02:00
parent 5d99ca7396
commit efbdfc0630

View file

@ -78,7 +78,7 @@ jobs:
| cachix push plasmagoat | cachix push plasmagoat
# Capture the actual image path from the result symlink for Ansible # 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 if [ -z "$IMAGE_PATH" ]; then
echo "Error: No .vma.zst image found after build." echo "Error: No .vma.zst image found after build."
exit 1 exit 1