9007934dca
action.yml: - Add skip-artifact input (default: 'false'). - Forward as INPUT_SKIP_ARTIFACT env var to the PS run step. - Pass SkipArtifact=true to Invoke-CIJob.ps1 when set. - Gate 'Upload artifacts' step on inputs.skip-artifact != 'true'. Invoke-CIJob.ps1: - Restore -SkipArtifact switch; skips Phase 6 and logs 'skipped' event. Invoke-RemoteBuild.ps1: - Restore -SkipArtifact switch; skips packaging inside the guest. - Error message updated to mention skip-artifact workflow input.