fix CI: use WORKSPACE_DIR env var instead of github.workspace for IA upload path (container path mismatch)

This commit is contained in:
2026-06-28 18:28:45 +02:00
parent 8af2e3ec1d
commit 4a4f35d91b
+1 -1
View File
@@ -84,7 +84,7 @@ jobs:
secret = $IA_SECRET_KEY
EOF
ISO_DIR="${{ github.workspace }}/iso"
ISO_DIR="${WORKSPACE_DIR}/iso"
ISO=$(ls "$ISO_DIR"/antergos/*.iso 2>/dev/null | head -1)
[[ -z "$ISO" || ! -f "$ISO" ]] && { echo "No ISO found"; exit 1; }