diff --git a/.forgejo/workflows/build-image.yml b/.forgejo/workflows/build-image.yml index 6e46bde..402ec38 100644 --- a/.forgejo/workflows/build-image.yml +++ b/.forgejo/workflows/build-image.yml @@ -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