fix CI: use WORKSPACE_DIR env var instead of github.workspace for IA upload path (container path mismatch)
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user